Compare commits
2 Commits
62e11dd798
...
cd71829efe
Author | SHA1 | Date |
---|---|---|
Amolith | cd71829efe | |
Amolith | 46ed6d00c8 |
|
@ -9,8 +9,9 @@ enableGitInfo: true
|
||||||
enableEmoji: true
|
enableEmoji: true
|
||||||
params:
|
params:
|
||||||
author: Amolith
|
author: Amolith
|
||||||
description: Blog of a pseudonymous netizen
|
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
|
||||||
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 "Personal corner of the web for a musician, developer, sysadmin, podcaster, and small business owner"
|
||||||
|
fi
|
||||||
|
|
||||||
if [ -z "$todo" ]
|
if [ -z "$todo" ]
|
||||||
then
|
then
|
||||||
echo "No covers to generate"
|
echo "No covers to generate"
|
||||||
|
|
Loading…
Reference in New Issue