Let's talk about sword fighting stuff. Hugo repository for the unofficial NHF Gear Guide, currently published to https://nhf-gear-guide.netlify.app/
Pull requests that make corrections (spelling, accuracy, etc) are welcome. Pull requests making additions or more structural changes are less likely to be accepted. The goal of the guide is to be approachable and useful for newer fencers, rather than being a complete codex of every vendor and piece of equipment out there.
AI generated submissions will generally be disregarded. NHF is, in all sincerity, really about the friends we make along the way. The human element is important, which extends to this guide.
Run ./up.sh to start the devmode server on port 1313
Run hugo new articles/foo.md to create a new post
The link index is kept up-to-date by scanning regular articles for outbound links. This can be regenerated by running ./scripts/build-index.py. A CI check will run to ensure that the link index is up-to-date, and will complain if it needs to be regenerated.