example: Add a Markdown post.
* example/haunt.scm: Add the commonmark-reader. * example/posts/frob.md: New file.
This commit is contained in:
20
example/posts/frob.md
Normal file
20
example/posts/frob.md
Normal file
@@ -0,0 +1,20 @@
|
||||
title: Hello, Markdown!
|
||||
date: 2016-08-18 18:00
|
||||
tags: frob, markdown
|
||||
---
|
||||
|
||||
# This is a Markdown post
|
||||
|
||||
Markdown support is brought to you by
|
||||
[guile-commonmark](https://github.com/OrangeShark/guile-commonmark)!
|
||||
|
||||
Code snippet:
|
||||
|
||||
```scheme
|
||||
;; Just gonna snooze for a bit...
|
||||
((lambda (f) (f f)) (lambda (f) (f f)))
|
||||
```
|
||||
|
||||
## Subheading
|
||||
|
||||
You can't be a real static site generator without Markdown support!
|
||||
Reference in New Issue
Block a user