Inkval

Inkval is a tiny SSG(Static Site Generator) based on Pandoc and Bash.

Quickly use it in three steps:

Prepare Markdown files
content/
├── docs.md
├── examples.md
└── index.md
Load up Inkval
# raw_bash:
# https://raw.githubusercontent.com/chunqiuyiyu/inkval/main/inkval.sh
curl -s $raw_bash | bash
# or
wget -qO - $raw_bash | bash
Deploy static files
dist/
├── docs.html
├── examples.html
└── index.html

Inkval is built on the top of Pandoc and Markdown file system.

Checkout Docs and Examples for more details.