A directory of websites from across the Internet. To be eligible for a listing in this directory, a website must have a curated collection of bookmarks/links to other websites. https://bukmark.club
  • Nunjucks 56.3%
  • CSS 27.3%
  • JavaScript 16.4%
Find a file
2026-05-12 12:26:33 +02:00
.github re: #13 / #14 2024-10-19 10:29:10 +02:00
.vscode add: 15 to 29 2024-02-20 13:20:05 +01:00
functions fix: random fn 2024-03-01 17:43:40 +01:00
src rm 326 2026-05-12 12:26:33 +02:00
.gitignore test: #3 2024-03-01 17:37:14 +01:00
.nvmrc 11ty 3.0 2024-10-07 15:24:49 +02:00
CONTRIBUTING.md refactor: filter/map chain 2025-03-08 11:07:11 +01:00
eleventy.config.js guestbuk, maintenance 2026-02-05 09:38:31 +01:00
LICENSE Initial commit 2024-02-16 21:28:27 +00:00
package-lock.json guestbuk, maintenance 2026-02-05 09:38:31 +01:00
package.json guestbuk, maintenance 2026-02-05 09:38:31 +01:00
README.md #6: done 2024-02-23 11:36:10 +01:00

BUKMARK.CLUB

BUKMARK.CLUB

The BUKMARK.CLUB is a directory of websites from across the Internet.

To be eligible for a listing in this directory, a website must have a curated collection of bookmarks and/or links to other websites.

Deploy Status:

Netlify Status

Adding Your Website

  1. Fork this repository
  2. Navigate to ./src/directory/ and add your site as a new *.md file; increment the 4-digit index number by 1 and use existing sites as a reference for file naming
  3. Optional: Add your own web button (88x31) in ./src/static/img/directory; reference your button in your *.md file using its filename (incl. the extension) for the button front matter property
  4. Open a pull request for your changes

Front Matter Data

Add your website's data in your *.md file using the following properties:

  • title: Name your website / required
  • url: Your website's URL / required
  • author: Name yourself / optional
  • button: File name of a button for your listing / optional

Other Ways to Add Your Website

Contributing Guidelines

see CONTRIBUTING.md

License

GPL-3.0; see LICENSE