Skip to content

Commit dcf185a

Browse files
committed
Update blog example for hugo
1 parent 2e52f68 commit dcf185a

File tree

4 files changed

+13
-24
lines changed

4 files changed

+13
-24
lines changed

doc/content/examples/blog/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
---
22
title: Blog
3+
type: posts
34
---

doc/content/examples/blog/post1.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
---
2-
blogpost: true
2+
title: Post one with a long-ish title we can use to compare
33
date: Jan 01, 2022
4-
author: pydata
5-
location: World
6-
category: Manual
7-
tags: one, two, three
8-
language: English
4+
author: ["pydata"]
5+
tags: ["one", "two", "three"]
6+
type: posts
97
---
108

11-
# Post one with a long-ish title we can use to compare
12-
139
Here's some text for post 1!
1410

1511
## Post 1 section

doc/content/examples/blog/post2.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
---
2-
blogpost: true
2+
title: Post title 2 with a longer title to compare in the UI
33
date: Jan 02, 2022
4-
author: jupyter
5-
location: World
6-
category: Manual
7-
tags: one, two, three, four, five, six
8-
language: English
4+
author: ["jupyter"]
5+
tags: ["one", "two", "three", "four", "five", "six"]
6+
type: posts
97
---
108

11-
# Post title 2 with a longer title to compare in the UI
12-
139
Here's some text for post 2!
1410

1511
## Post 2 section

doc/content/examples/blog/post3.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
---
2-
blogpost: true
2+
title: Post three with a long-ish title we can use to compare
33
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
4+
author: ["jupyter"]
5+
tags: ["one", "two", "three", "four", "five", "six", "seven", "eight", "nine"]
6+
type: posts
97
---
108

11-
# Post three with a long-ish title we can use to compare
12-
139
Here's some text for post 3!
1410

1511
## Post 3 section

0 commit comments

Comments
 (0)