blogging_with_zen_static
This is an old revision of the document!
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
zs
utility, something like:GOPATH=/tmp/${USER}.gopath.d GOBIN=$HOME/bin go124 install -v -tags extended github.com/gohugoio/hugo@latest
- Create a
src
directory, outside of your~/html
folder, for the site Markdown - Add Markdown files to your
src
directory - Run
zs build
from within yoursrc
directory - Copy the output in the
src/.pub
directory to your~/html
directory - Verify and Validate
- Run
mkhomepg -p
Resources
blogging_with_zen_static.1748563953.txt · Last modified: 2025/05/30 00:12 by peteyboy