NakaKen Static Site Generator
(This is still alpha ver.)
日本語のドキュメントはこちら
Install using pip in terminal:
pip install -U git+https://github.com/nakaken88/NKSSG
nkssg new site
nkssg build
or
nkssg new site {site-name}
cd {site-name}
nkssg build
{site-name} is your site name.
nkssg serve
nkssg new post
The post template is under '/themes/default/new/new_post.html'. If you use markdown file, you can change the template file like below.
file: "post/%Y/%m/%Y%m%d-%H%M%S.md"
nkssg build
Output will be in ./public/ folder.