blogging_with_zen_static
Table of Contents
Blogging with Zen Static site generator
Background
“zs is an extremely minimal static site generator written in Go.”
Requirements
- Regular, working website hosted in SDF
High-level Overview of Steps
- Build the
zsutility, something like:GOPATH=/tmp/${USER}.gopath.d GOBIN=$HOME/bin go124 install -v -tags netgo go.mills.io/zs@latest(you may need to add a ~/bin folder or use an existing ~/.bin in your user space) - Create a
srcdirectory, outside of your~/htmlfolder, for the site Markdown - Add Markdown files to your
srcdirectory - Run
zs buildfrom within yoursrcdirectory - Copy the output in the
src/.pubdirectory to your~/htmldirectory - Verify and Validate
- Run
mkhomepg -p
Resources
blogging_with_zen_static.txt · Last modified: by peteyboy
