A markdown based documentation generator.
Bük is a fast and simple markdown based static site generator geared towards documentation.
Simply drop in your .md files in a folder, update manifest.json and you get a blazing fast wiki with an integrated fuzzy search feature.
- Get Bük
git clone https://github.com/hang-up/buk.git buk
cd buk
npm install
Alternatively, use NPM.
npm install buuk
# install dependencies
npm install
- Drop your markdown files in
docs
. - Update
manifest.json
npm run build
ornpm run pwa
To check out live example which also happen to be the docs, visit: buuk.groundedrob.com
Details changes for each release are documented in the release notes
MIT