Core for the posts section

This commit is contained in:
2024-10-03 02:45:34 +02:00
parent 2439dfa78d
commit 0791f417f3
6 changed files with 80 additions and 1 deletions

7
content/posts/_index.md Normal file
View File

@@ -0,0 +1,7 @@
+++
title = "Posts"
template = "post_list.html"
page_template = "post.html"
sort_by = "date"
+++

View File

@@ -0,0 +1,9 @@
+++
title = "Jellyfin"
date = 2024-10-03
description = "My Jellyfin docker based instance"
+++
This is an post about my docker based Jellyfin instance

View File

@@ -0,0 +1,9 @@
+++
title = "Nextcloud"
date = 2024-10-03
description = "My Nextcloud docker based instance"
+++
This is an post about my docker based Nextcloud instance