Fixed site file three

This commit is contained in:
Schizoid Party 2025-03-30 01:14:13 -04:00
parent a36a214e3a
commit 9e24ea8a40
Signed by: Schizoid.Party
GPG Key ID: A8BEB5739B164B7D
4 changed files with 26 additions and 17 deletions

21
content/extra.md Normal file
View File

@ -0,0 +1,21 @@
---
title: 'Other Pages'
date: 2025-03-29T01:14:14-04:00
draft: false
---
<style>
.dev {
text-align: center;
}
</style>
<div class="dev">
This is where I place all of my *non-blog* pages.
</div>
<ul>
<li><a href="/extra/photography/">My photography <i>(loads slowly)</i></a></li>
</ul>

View File

@ -1,17 +0,0 @@
---
title: 'Extra'
date: 2025-03-29T01:14:14-04:00
draft: false
---
<style>
.dev {
text-align: center;
}
</style>
<div class="dev">
</div>

View File

@ -3,6 +3,7 @@ title: 'Photography'
date: 2024-09-03T16:20:14-04:00
draft: false
tags: ['Personal', 'IRL', 'Outdoors', 'Media']
hidden: true
---
I decided to dust off my old **Kodak easyshare z1012 IS** and these are the top

View File

@ -3,6 +3,9 @@ languageCode = 'en-us'
title = 'Schizoid Party'
theme = 'schizo'
#[[cascade]]
# _build.list = false
[params]
# "relatedtext" is the text that appears above the tag list at the bottom of pages.
relatedtext = "Related"
@ -22,3 +25,4 @@ theme = 'schizo'
[markup.goldmark.renderer]
unsafe = true # Allow HTML in md files