Core for the posts section

This commit is contained in:
fr
2025-08-27 19:28:14 +02:00
parent 7f8a105ba4
commit 210f0e8d02
6 changed files with 80 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
+++
title = "Posts"
template = "post_list.html"
page_template = "post.html"
sort_by = "date"
+++
+9
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
+9
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