Giter VIP home page Giter VIP logo

buuk's Introduction

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
GitHub
git clone https://github.com/hang-up/buk.git buk
cd buk
npm install
NPM
npm install buuk

# safely move buuk out of node_modules since it's not supposed to be a dependency.
# then install dependencies
mv node_modules/buuk . && cd buuk  && npm install

(Optional) Version controlling your documents

If you need to version control your documents, you can:

  • Fork this repository and then sync it whenever a new release becomes available.
  • Change the remote after creating an empty repo on your github account:
git remote set-url origin https://github.com/YOUR OWN USER NAME/buk.git

  1. Drop your markdown files in static/docs.
  2. Update static/manifest.json
  3. Finally:
npm run build
# outputted files will be in /dist

Viewing the content outputted in dist requires a web server. You set up a quick web server in two easy ways:

  1. npm run dev - opens a webserver at localhost:8000
  2. Use the local-web-server package:
npm i local-web-server -g
cd dist
ws

Refer to Usage/manifest.json to learn more about file naming conventions.

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

buuk's People

Contributors

lloyd094 avatar remyvhw avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.