a simple, minimal and extensible filesystem based static site generator converting your markdown blog into an one click deployable website.
Quick Start
Install
|
Github
Nix
Start blogging
grimoire init grim
- this initializes a repository named grim in which we can write our content in thecontent
dir.grimoire build
- this output the html from the markdown content we have intopublic
grimoire serve
- serve the public directory tolocalhost:5000
for testing.grimoire add --type <content_type>
- you can manually create new and directories or run this command to automatically do it. Presently we support two types of pages.static
- these are single pagesblog
- these are blog type pages which come under one category.
grimoire clean
- clean your public directory.grimoire list
- list all the files in yourcontent
directory.