add cover for root site
This commit is contained in:
parent
62e11dd798
commit
46ed6d00c8
|
@ -9,8 +9,9 @@ enableGitInfo: true
|
||||||
enableEmoji: true
|
enableEmoji: true
|
||||||
params:
|
params:
|
||||||
author: Amolith
|
author: Amolith
|
||||||
description: Blog of a pseudonymous netizen
|
description: Amolith's personal corner of the web
|
||||||
gitUrl: "https://git.nixnet.services/Amolith/secluded/commit/"
|
gitUrl: "https://git.nixnet.services/Amolith/secluded/commit/"
|
||||||
|
cover: /cover.png
|
||||||
contact:
|
contact:
|
||||||
email: amolith@secluded.site
|
email: amolith@secluded.site
|
||||||
pgp: amolith.asc
|
pgp: amolith.asc
|
||||||
|
|
5
justfile
5
justfile
|
@ -82,6 +82,11 @@ images:
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
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"
|
||||||
|
fi
|
||||||
|
|
||||||
if [ -z "$todo" ]
|
if [ -z "$todo" ]
|
||||||
then
|
then
|
||||||
echo "No covers to generate"
|
echo "No covers to generate"
|
||||||
|
|
Loading…
Reference in New Issue