Example tech brief (folder-per-post)
This is a sample article. The post file is articles/example-tech-brief/index.md, and images for this piece can sit in the same folder (for example diagram.png) and be referenced with a relative path:

Below, the site uses an existing asset so the page renders even before you add your own PNG or JPEG files:

Adding a new article
- Copy the folder
articles/example-tech-brief/to a new name (use a short slug, e.g.articles/my-new-topic/). - Edit
index.md: settitle,date, and keeparticle: trueso it appears on the Articles list. - Add
your-image.pngnext toindex.mdand embed it with./your-image.png.