Panblog
extensible blog generator based on pandoc
Go to the demo or to my own blog.
Usage
- install
entr
,pandoc
and its mermaid-filter ./new
to create a new private/unfinished entry./gen
to generate all files./dev
to spin up a development server for all files./dev md-priv/file.md
to spin up a development server for a single file- visit
localhost:8080
for the public preview or/priv/
for the work-in-progress - when you're done writing, move
md-priv/file.md
tomd
- you may also want to add
&& rm -r pub/priv
to the "Generate files" section of thegen.yml
workflow
- you may also want to add