Cleaned up the image files. Cover images go under /static and in-post images are now in /content/posts/img. Edited and rebuilt some existing posts for this structure. I also removed my birdnet post and put it back in drafts so I can publish it as some future date.

This commit is contained in:
Norm Rasmussen
2023-09-27 17:07:31 -04:00
parent f7e382d719
commit 20196dadeb
74 changed files with 760 additions and 1952 deletions

View File

@ -5,7 +5,7 @@ tags: [""]
author: "Me"
showToc: true
TocOpen: false
draft: false
draft: true
hidemeta: false
description: '{{ .File.ContentBaseName }}'
disableHLJS: true # to disable highlightjs
@ -20,9 +20,9 @@ ShowWordCount: true
ShowRssButtonInSectionTermList: true
UseHugoToc: true
cover:
image: "<image path/url>" # image path/url
alt: "<alt text>" # alt text
caption: "<text>" # display caption under cover
relative: false # when using page bundles set this to true
hidden: true # only hide on current single page
image: "<image path/url>"
alt: "<alt text>"
caption: "<text>"
relative: false
hidden: true
---