LEARNING NOTE · NOTE · JULY 2026 · 1 MIN READ

Test writeup

Test Markdown Jekyll

What this is

This is a temporary test writeup. Its only purpose is to confirm that posts written in Markdown are picked up by Jekyll, listed on the writeups page, and rendered with the same post layout as the preview design.

Test note: if you can see this styled callout on the post page, the custom HTML helpers inside Markdown are working too.

Markdown checks

This section checks the normal content you will probably use in real writeups:

Code block

docker ps
df -h
bundle exec jekyll serve

Result

If this page appears at /writeups/test-writeup/, the Markdown-to-post workflow is working.

Related: Homelab build log