Hugo source for hades595.github.io, built on the
hugo-paper theme (vendored in themes/hugo-paper).
hugo server -D
Then open http://localhost:1313/.
hugo new posts/my-post-title.md
For a CTF write-up (pre-filled with the challenge/solution/flag structure and the CTFs category):
hugo new --kind ctf posts/my-ctf-writeup.md
New posts are created with draft: true — remove that line (or set it to false) before publishing.
Posts are filed under categories and tags in their front matter. Any new category value
automatically gets its own listing page at /categories/<name>/ — no extra setup needed to add
more beyond CTFs.
hugo
Static output is written to public/.