The public documentation and release-notes site for Mucklet.
It is built with Hugo and the Docsy theme. The first published content area is Releases.
Prerequisites:
- Hugo Extended 0.160.1 or newer
- Node.js and npm
Install the generated Docsy frontend dependencies, then start the development server:
npm ci
hugo server --environment developmentOpen http://localhost:1313/. In the development environment, the navigation link back to Mucklet points to http://localhost:6460/.
Build the production site with:
hugo --minify --environment productionThe generated static files are written to public/.
Release notes live in content/en/releases/, one leaf bundle per release. Keep images used by an entry in that bundle, rather than hotlinking them.