diff --git a/doc/content/examples/blog/_index.md b/doc/content/examples/blog/_index.md new file mode 100644 index 00000000..3a11e864 --- /dev/null +++ b/doc/content/examples/blog/_index.md @@ -0,0 +1,4 @@ +--- +title: Blog +type: posts +--- diff --git a/doc/content/examples/blog/post1.md b/doc/content/examples/blog/post1.md new file mode 100644 index 00000000..e6b9fc89 --- /dev/null +++ b/doc/content/examples/blog/post1.md @@ -0,0 +1,13 @@ +--- +title: Post one with a long-ish title we can use to compare +date: Jan 01, 2022 +author: ["pydata"] +tags: ["one", "two", "three"] +type: posts +--- + +Here's some text for post 1! + +## Post 1 section + +Some more text for post 1's section diff --git a/doc/content/examples/blog/post2.md b/doc/content/examples/blog/post2.md new file mode 100644 index 00000000..f77b513c --- /dev/null +++ b/doc/content/examples/blog/post2.md @@ -0,0 +1,13 @@ +--- +title: Post title 2 with a longer title to compare in the UI +date: Jan 02, 2022 +author: ["jupyter"] +tags: ["one", "two", "three", "four", "five", "six"] +type: posts +--- + +Here's some text for post 2! + +## Post 2 section + +Some more text for post 2's section diff --git a/doc/content/examples/blog/post3.md b/doc/content/examples/blog/post3.md new file mode 100644 index 00000000..60501319 --- /dev/null +++ b/doc/content/examples/blog/post3.md @@ -0,0 +1,13 @@ +--- +title: Post three with a long-ish title we can use to compare +date: Jan 03, 2022 +author: ["jupyter"] +tags: ["one", "two", "three", "four", "five", "six", "seven", "eight", "nine"] +type: posts +--- + +Here's some text for post 3! + +## Post 3 section + +Some more text for post 3's section