This repository contains the source for oink.pgsty.com, the documentation and regression site for the Oink Hugo theme.
For theme development, clone both repositories as siblings:
~/pgsty/
├── oink/
└── oink.pgsty.com/
Start Hugo with the sibling theme checkout:
make devThe shortcut creates or refreshes the ignored go.work file and serves the site
at http://127.0.0.1:1313/. Override the port or theme checkout when needed:
make dev PORT=1314
make dev THEME_DIR=/path/to/oinkPublished builds ignore the workspace and resolve the version of
github.com/pgsty/oink recorded in go.mod.
Site code, build tooling, and material derived from the Docsy project site are licensed under the Apache License 2.0.
Unless otherwise noted, original Oink documentation content is licensed under the Creative Commons Attribution 4.0 International License.