Dynamic Static Website generator using inotify and pandoc to convert Markdown files into html pages.
My goal with this software is to make it self-sufficient.
- linux (using systemd, sudo, and some posix compliant shell)
- pandoc
- inotify-tools
- Make wimp script executable (
chmod +x wimp
) - Run
wimp init
- Put your markdown files in
src/
- Point a webserver to
public/
if you want to - ???
- Profit.
This shell script is supposed to be posix compliant; it not being so is a bug. Feel free to report any bugs you find.