Chirag Mehta

Digital Forensics

Hugo source for hades595.github.io, built on the hugo-paper theme (vendored in themes/hugo-paper).

Requirements

Local development

hugo server -D

Then open http://localhost:1313/.

Adding a post

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.

Categories & tags

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.

Build

hugo

Static output is written to public/.