update subtitle

This commit is contained in:
Amolith 2023-04-11 19:16:23 -04:00
parent 46ed6d00c8
commit cd71829efe
Signed by: Amolith
GPG Key ID: 8AE30347CE28D101
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ enableGitInfo: true
enableEmoji: true
params:
author: Amolith
description: Amolith's personal corner of the web
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:

View File

@ -84,7 +84,7 @@ images:
if [ "content/_index.md" -nt "public/cover.png" ]
then
p2c -o public/cover.png -t "A Secluded Home" -s "Amolith's personal corner of the web"
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" ]