Fixed site file three
This commit is contained in:
parent
a36a214e3a
commit
9e24ea8a40
21
content/extra.md
Normal file
21
content/extra.md
Normal 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>
|
@ -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>
|
||||
|
@ -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
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user