unfortunately this is the change to the new zola based website
This commit is contained in:
parent
308c4fb9c5
commit
fa74bbe4b3
866 changed files with 3737 additions and 118270 deletions
8
content/blog/_index.md
Normal file
8
content/blog/_index.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
+++
|
||||
title = "Blog"
|
||||
description = "Blog posts"
|
||||
template = "section.html"
|
||||
page_template = "page.html"
|
||||
sort_by = "date"
|
||||
paginate_by = 5
|
||||
+++
|
9
content/blog/first.md
Normal file
9
content/blog/first.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
+++
|
||||
title = "My first post"
|
||||
date = 2021-11-12
|
||||
[taxonomies]
|
||||
categories=["blog"]
|
||||
tags=["post", "blog"]
|
||||
+++
|
||||
|
||||
This is my first updated blog post.
|
9
content/blog/fourth.md
Normal file
9
content/blog/fourth.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
+++
|
||||
title = "My fourth post"
|
||||
date = 2021-11-12
|
||||
[taxonomies]
|
||||
categories=["blog"]
|
||||
tags=["post", "blog"]
|
||||
+++
|
||||
|
||||
This is my fourth updated blog post.
|
9
content/blog/second.md
Normal file
9
content/blog/second.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
+++
|
||||
title = "My second post"
|
||||
date = 2021-11-12
|
||||
[taxonomies]
|
||||
categories=["blog"]
|
||||
tags=["post", "blog"]
|
||||
+++
|
||||
|
||||
This is my second updated blog post.
|
9
content/blog/seventh.md
Normal file
9
content/blog/seventh.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
+++
|
||||
title = "My seventh post"
|
||||
date = 2021-11-12
|
||||
[taxonomies]
|
||||
categories=["blog"]
|
||||
tags=["post", "blog"]
|
||||
+++
|
||||
|
||||
This is my seventh updated blog post.
|
9
content/blog/sixth.md
Normal file
9
content/blog/sixth.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
+++
|
||||
title = "My sixth post"
|
||||
date = 2021-11-12
|
||||
[taxonomies]
|
||||
categories=["blog"]
|
||||
tags=["post", "blog"]
|
||||
+++
|
||||
|
||||
This is my sixth updated blog post.
|
9
content/blog/third.md
Normal file
9
content/blog/third.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
+++
|
||||
title = "My thrid post"
|
||||
date = 2021-11-12
|
||||
[taxonomies]
|
||||
categories=["blog"]
|
||||
tags=["post", "blog"]
|
||||
+++
|
||||
|
||||
This is my thrid updated blog post.
|
Loading…
Add table
Add a link
Reference in a new issue