Table of Contents

Blogging with Zen Static site generator

Background

“zs is an extremely minimal static site generator written in Go.”

Requirements

High-level Overview of Steps

  1. Build the zs utility
  2. Create a src directory, outside of your ~/html folder, for the site Markdown
  3. Add Markdown files to your src directory
  4. Run zs build from within your src directory
  5. Copy the output in the src/.pub directory to your ~/html directory
  6. Verify and Validate
  7. Run mkhomepg -p

Resources