home73k/priv/content/2016/2016-05-01_initial-test-post.md

21 lines
362 B
Markdown
Raw Normal View History

---
%{
title: "Markdown for blog posts is nice, says Sebastian",
slug: "markdown-for-blog-posts",
date: ~N[2016-05-01 13:30:00],
author: "Adam Piontek",
tags: ["sample", "demo"],
summary: """
This summary could get long.
We might even have multiple lines!
"""
}
---
All the **Markdown** here...
```javascript
console.log('hello world!')
```