unfortunately this is the change to the new zola based website

This commit is contained in:
Chris Cochrun 2025-04-13 14:33:35 -05:00
parent 308c4fb9c5
commit fa74bbe4b3
866 changed files with 3737 additions and 118270 deletions

8
content/blog/_index.md Normal file
View 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
View 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
View 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
View 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
View 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
View 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
View 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.