Compare commits
2 Commits
62e11dd798
...
cd71829efe
Author | SHA1 | Date |
---|---|---|
Amolith | cd71829efe | |
Amolith | 46ed6d00c8 |
|
@ -9,8 +9,9 @@ enableGitInfo: true
|
|||
enableEmoji: true
|
||||
params:
|
||||
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/"
|
||||
cover: /cover.png
|
||||
contact:
|
||||
email: amolith@secluded.site
|
||||
pgp: amolith.asc
|
||||
|
|
5
justfile
5
justfile
|
@ -82,6 +82,11 @@ 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