Title here
Summary here
Guide for updating flokbn documentation
flokbn documentation uses Hugo extended with the Thulite/Doks theme.
cd docs
hugo server --environment developmentAccess at: http://localhost:1313/
cd docs
HUGO_ENV=production hugo --minify --gcEvery page needs front matter:
---
title: "Page Title"
description: "Brief description"
summary: "Longer summary for search"
date: 2025-10-09T10:00:00+00:00
lastmod: 2025-10-09T10:00:00+00:00
draft: false
weight: 100
toc: true
---Controls page order (lower = first):
reference/. Guides link to them.```bash
./flokbn static --logfile access.log --plain
```Supported: bash, go, toml, yaml, json, nginx
[Link Text]({{< relref "/docs/section/page/" >}})Always use trailing slash for section links.
When writing guide content that mentions parameters, file formats, or config options, link to the canonical reference page instead of repeating the content:
See [Clustering]({{< relref "/docs/reference/clustering/" >}}) for parameter details.cd docs
hugo new content/docs/section/page-name.mdlastmod datehugo serverDocumentation deploys automatically via GitHub Actions when pushed to main.
Before submitting docs PR:
hugo server and verified changeslastmod date{{< relref >}} links resolve