Skip to content

1 Preview the Site

Clone the repository and open a local home page in three commands.

OINK Starter is a Hugo Module site. Git downloads the source, Go resolves the pinned theme, and Hugo builds everything.

Prerequisites

Install Git, Go 1.27 or newer, and Hugo Extended 0.165.0 or newer. The word extended must appear in hugo version.

Three commands

git clone https://github.com/pgsty/oink-starter.git
cd oink-starter
hugo server

Open http://localhost:1313/. Chinese is under /zh/; French is under /fr/.

First proof

Change one sentence in data/home/en.yaml and confirm that the browser reloads. You now have a working editing loop.