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 title
  • date — publication date (YYYY-MM-DD)
  • tags — list of tag strings
  • description — short summary shown in list view
  • draft: true — hides the post from production builds