update subtitle
This commit is contained in:
parent
46ed6d00c8
commit
cd71829efe
|
@ -9,7 +9,7 @@ enableGitInfo: true
|
||||||
enableEmoji: true
|
enableEmoji: true
|
||||||
params:
|
params:
|
||||||
author: Amolith
|
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/"
|
gitUrl: "https://git.nixnet.services/Amolith/secluded/commit/"
|
||||||
cover: /cover.png
|
cover: /cover.png
|
||||||
contact:
|
contact:
|
||||||
|
|
2
justfile
2
justfile
|
@ -84,7 +84,7 @@ images:
|
||||||
|
|
||||||
if [ "content/_index.md" -nt "public/cover.png" ]
|
if [ "content/_index.md" -nt "public/cover.png" ]
|
||||||
then
|
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
|
fi
|
||||||
|
|
||||||
if [ -z "$todo" ]
|
if [ -z "$todo" ]
|
||||||
|
|
Loading…
Reference in New Issue