Compare commits

...

2 Commits

Author SHA1 Message Date
Amolith cd71829efe
update subtitle 2023-04-11 19:16:23 -04:00
Amolith 46ed6d00c8
add cover for root site 2023-04-11 17:33:48 -04:00
2 changed files with 7 additions and 1 deletions

View File

@ -9,8 +9,9 @@ enableGitInfo: true
enableEmoji: true
params:
author: Amolith
description: Blog of a pseudonymous netizen
description: Personal corner of the web for a musician, developer, sysadmin, podcaster, and small business owner
gitUrl: "https://git.nixnet.services/Amolith/secluded/commit/"
cover: /cover.png
contact:
email: amolith@secluded.site
pgp: amolith.asc

View File

@ -82,6 +82,11 @@ images:
fi
done
if [ "content/_index.md" -nt "public/cover.png" ]
then
p2c -o public/cover.png -t "A Secluded Home" -s "Personal corner of the web for a musician, developer, sysadmin, podcaster, and small business owner"
fi
if [ -z "$todo" ]
then
echo "No covers to generate"