Skip to content

Commit b7f5188

Browse files
committed
Add pydata-sphinx-theme blog example
1 parent fc09ce0 commit b7f5188

File tree

4 files changed

+54
-0
lines changed

4 files changed

+54
-0
lines changed

doc/content/examples/blog/_index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
title: Blog
3+
---

doc/content/examples/blog/post1.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
blogpost: true
3+
date: Jan 01, 2022
4+
author: pydata
5+
location: World
6+
category: Manual
7+
tags: one, two, three
8+
language: English
9+
---
10+
11+
# Post one with a long-ish title we can use to compare
12+
13+
Here's some text for post 1!
14+
15+
## Post 1 section
16+
17+
Some more text for post 1's section

doc/content/examples/blog/post2.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
blogpost: true
3+
date: Jan 02, 2022
4+
author: jupyter
5+
location: World
6+
category: Manual
7+
tags: one, two, three, four, five, six
8+
language: English
9+
---
10+
11+
# Post title 2 with a longer title to compare in the UI
12+
13+
Here's some text for post 2!
14+
15+
## Post 2 section
16+
17+
Some more text for post 2's section

doc/content/examples/blog/post3.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
blogpost: true
3+
date: Jan 03, 2022
4+
author: jupyter
5+
location: World
6+
category: Manual
7+
tags: one, two, three, four, five, six, seven, eight, nine
8+
language: English
9+
---
10+
11+
# Post three with a long-ish title we can use to compare
12+
13+
Here's some text for post 3!
14+
15+
## Post 3 section
16+
17+
Some more text for post 3's section

0 commit comments

Comments
 (0)