Home
Softono
kb

kb

Open source HTML
49
Stars
18
Forks
2
Issues
6
Watchers
1 week
Last Commit

About kb

A minimalist command line knowledge base manager

Platforms

Web Self-hosted

Languages

Python HTML

Knowledge Base (kb)

Just some silly notes digitalized, have fun and feel free to open PR.

Live version of the site is available on kb.offsec.nl.

Run Locally?

git clone https://github.com/crypt0rr/kb
cd kb
npm ci
npm run dev -- --host 127.0.0.1

Use the Node.js version in .node-version.

Checks

npm run check
npm run check:assets
npm run build

The build renders the Astro site, copies non-Markdown files from content/ into dist/, and then builds the Pagefind search index.

Contributing

Feel free to open a PR with your content/changes. Some rules:

  • Markdown styling as used in other content;
  • Content is UTF-8;
  • Single file size limit 25MB;
  • Non-Markdown files in content/ are published as downloadable assets;
  • PR naming describes content.

License

GNU GPLv3