Static blog generator.
npm i -g stati
It doesn't care about your directory structure, If you run it in a specific directory then it will recursively look for all the markdown and handlebars template files you have.
- It will use the markdown
*.mdfiles as posts - It will use the handlebars
*.hbsfiles as templatespost.hb: as a template for the postshome.hbs: as a template for the home
Then It will parse all those files and write:
- An index.html inside the project root directory.
- All the posts inside
git clone https://github.com/alexcorvi/stati.gitcd statinpm linkcd samplestati