Compare commits
No commits in common. "cd71829efe8e361c1c5355dc1545415489b986d9" and "62e11dd7987cdfc5548dfde858d54e07bdec7016" have entirely different histories.
cd71829efe
...
62e11dd798
|
@ -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
|
||||
|
|
5
justfile
5
justfile
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue