ddoc
ddoc is a markdown based static site generator.
Complete documentation at https://dystroy.org/ddoc
Usage overview
Create a directory, then move to it
&
Initialize the site:
This creates:
- a
.gitignorefile, which eases inclusion of your site in a git managed project - a
ddoc.hjsonfile, holding the basic properties and navigation - a
srcfolder, for your markdown files, CSS style sheets and images - a
pluginsfolder, with default plugins
To build your site, run
This updates a site directory, whose content can be sent to your server.
To test it locally, run
Then have a look at the documentation to improve your site.