Skip to content
This repository has been archived by the owner on Jul 28, 2021. It is now read-only.

Latest commit

 

History

History
45 lines (30 loc) · 1009 Bytes

README.md

File metadata and controls

45 lines (30 loc) · 1009 Bytes

About Bük

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.

Quickstart

  1. Get Bük
Git Clone
git clone https:/hang-up/buk.git buk
cd buk
npm install
NPM

Alternatively, use NPM.

npm install buuk

# install dependencies
npm install

  1. Drop your markdown files in docs.
  2. Update manifest.json
  3. npm run build or npm run pwa

Documentation - Example

To check out live example which also happen to be the docs, visit: buuk.groundedrob.com

Changelog:

Details changes for each release are documented in the release notes

Licence

MIT