diff --git a/example-site/pages.json b/example-site/pages.json index 94ae40d..52d47ff 100644 --- a/example-site/pages.json +++ b/example-site/pages.json @@ -4,6 +4,12 @@ "file_path": "about.md", "title": "About This Site", "url": "/about/" + }, + { + "file_path": "joke.md", + "title": "Joke", + "url": "/joke/", + "old_urls": ["/trying-to-be-funny/"] } ] } \ No newline at end of file diff --git a/example-site/pages/joke.md b/example-site/pages/joke.md new file mode 100644 index 0000000..92d2530 --- /dev/null +++ b/example-site/pages/joke.md @@ -0,0 +1,5 @@ +Two people walk into a bar. + +"Ouch!" + +🤣 diff --git a/example-site/posts.json b/example-site/posts.json index 9a8da45..831dff4 100644 --- a/example-site/posts.json +++ b/example-site/posts.json @@ -12,7 +12,8 @@ "title": "CommonMark Testing", "date": "2023-02-01", "slug": "commonmark-testing", - "tags": ["testing"] + "tags": ["testing"], + "old_urls": ["/testing/commonmark/"] }, { "file_path": "2023-03-20-lorem-ipsum.md",