add a bit more content to the example site for testing purposes

This commit is contained in:
Gered 2023-06-28 17:07:00 -04:00
parent 9d2af25c81
commit 7ad5beb717
3 changed files with 13 additions and 1 deletions

View file

@ -4,6 +4,12 @@
"file_path": "about.md", "file_path": "about.md",
"title": "About This Site", "title": "About This Site",
"url": "/about/" "url": "/about/"
},
{
"file_path": "joke.md",
"title": "Joke",
"url": "/joke/",
"old_urls": ["/trying-to-be-funny/"]
} }
] ]
} }

View file

@ -0,0 +1,5 @@
Two people walk into a bar.
"Ouch!"
🤣

View file

@ -12,7 +12,8 @@
"title": "CommonMark Testing", "title": "CommonMark Testing",
"date": "2023-02-01", "date": "2023-02-01",
"slug": "commonmark-testing", "slug": "commonmark-testing",
"tags": ["testing"] "tags": ["testing"],
"old_urls": ["/testing/commonmark/"]
}, },
{ {
"file_path": "2023-03-20-lorem-ipsum.md", "file_path": "2023-03-20-lorem-ipsum.md",