Example Dev Post

This page is being rendered directly from a Markdown file.

What Markdown can control

You can use headings to change section titles, normal paragraphs for article content, bold text, emphasis, lists, links, quotes and code blocks.

  • Drop a new .md file into content/dev-posts/.
  • It automatically appears in the Dev Posts menu.
  • The first # Heading becomes the display title.
  • The filename becomes the URL slug.
The surrounding site theme stays intact because Markdown is rendered inside the site's article template.
echo "Markdown content, site chrome preserved.";