Blogs · 2026-08-13 · 2 min
How this journal works
Drop a .md file in the blog folder. Headings, tables, tasks, callouts, math, video, and Mermaid render on their own.
Simplex Digital · studio · writing
Write in Markdown. Save the file in blog/. Refresh. That is the whole publishing process.
Frontmatter at the top is optional. If you skip it, the first heading becomes the title and the first paragraph becomes the excerpt.
---
title: Optional title
description: Optional excerpt
date: 2026-08-13
author: Your name
tags: [ads, web]
cover: /images/studio-desk.jpg
draft: false
---Set draft: true to hide a note in production. Files that start with _ are ignored, so _template.md is a starter, not a post.
Text
You can write bold, italic, struck, inline code, and highlighted text. Links look like this.
A quote is just a greater-than sign, the way it is in Notion.
Lists, tasks, tables
- Nested
- lists
- work as expected
- Numbered lists do too
- Discover
- Design
- Build
- Audit the site
- Turn the ads on
- Read Monday's number
| Format | Works |
|---|---|
| Tables | Yes |
| Checkboxes | Yes |
| Dividers | Yes |
Callouts
GitHub / Notion style:
Directive style, if you prefer:
Open for the short version
The journal is a folder of Markdown files. There is no CMS.
Code
const inquiry = calls + forms + bookingsMath
Inline: the cost per inquiry is .
Block:
Mermaid
Video
Paste a YouTube or Vimeo URL on its own line:
Images
Use a public path, a full URL, or a file sitting next to the Markdown:

Local files in blog/ are served automatically.
That is all
Add blog/any-name.md. It becomes /blog/any-name. Folders work: blog/guides/pixel.md is /blog/guides/pixel.
More from the journal