nightdocs
A lightweight blazingly-fast markdown-powered static site generator for your next project.
A simple static site generator for your next project's documentation. Converts a folder of Markdown to static HTML that you can host on a web server.
Getting Started
Install with npm:
npm install --save-dev nightdocs
Organise your documentation like this:
docs/
README.md
- Contents of the left-hand sidebarsome.md
more.md
documentation.md
files.md
Then, write a toml config file like this:
[template]
project_name = "Sheep Counter Plus"
logo_src = "https://bobsrockets.com/favicon.png"
[directories]
docs = "./docs"
output = "./__nightdocs"
[theme]
builtin = "nightdocs"
file = "path/to/theme.css"
Then execute:
node_modules/.bin/nightdocs --config path/to/config.toml
Contributing
Contributions are welcome! Simply fork this repository, make your changes, and submit a Pull Request (aka Merge Request).
All contributions must be declared to have the Mozilla Public License 2.0
(the same license that this repository is under).
License
The lantern build engine is licensed under the Mozilla Public License 2.0 (MPL-2.0). This license can be found in the LICENSE file in this repository, along with a link to an easy-to-read summary.