Hello World
First post — placeholder content, replace with your own.
Introduction
Welcome to the notes site. This is a placeholder post — replace with your actual content.
Code Example
def hello():
print("hello, world")
hello()
What This Site Is
A space for notes on security research, tooling, and other topics. Built with Hugo and a fully custom theme.
Features
- Sticky table of contents sidebar (visible on this page once you add more headings)
- Syntax-highlighted code blocks via Hugo’s built-in Chroma
- Minimal dark design — JetBrains Mono throughout
- Fast static generation, deploys to GitHub Pages
Next Steps
Replace this file with real posts. Frontmatter fields supported:
title— post titledate— publication date (YYYY-MM-DD)tags— list of tag stringsdescription— short summary shown in list viewdraft: true— hides the post from production builds