Compare commits

..

No commits in common. "cd71829efe8e361c1c5355dc1545415489b986d9" and "62e11dd7987cdfc5548dfde858d54e07bdec7016" have entirely different histories.

2 changed files with 1 additions and 7 deletions

View File

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

View File

@ -82,11 +82,6 @@ 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"