Markdown and PDF Workflow#

Preferred structure:

content/blog/2026-04-24-topic-name/
├── index.md
├── paper.pdf
└── notes.pdf

The index.md file is the web page. PDFs and figures in the same folder are linked with relative paths.

[Download the paper](paper.pdf)
![Experiment figure](figure.png)

Keep each note self-contained so it can be moved, renamed, or archived without losing its files.