Core for the posts section
This commit is contained in:
7
content/posts/_index.md
Normal file
7
content/posts/_index.md
Normal file
@@ -0,0 +1,7 @@
|
||||
+++
|
||||
title = "Posts"
|
||||
template = "post_list.html"
|
||||
page_template = "post.html"
|
||||
sort_by = "date"
|
||||
+++
|
||||
|
9
content/posts/jellyfin.md
Normal file
9
content/posts/jellyfin.md
Normal 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
content/posts/nextcloud.md
Normal file
9
content/posts/nextcloud.md
Normal 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
|
||||
|
||||
|
Reference in New Issue
Block a user