diff --git a/config.yml b/config.yml index af210fea953ad56f34e484cfa12f3e9f41b1a47e..4fa8eff2293c7fdd7b04386ea511900487020ce4 100644 --- a/config.yml +++ b/config.yml @@ -9,7 +9,7 @@ enableGitInfo: true enableEmoji: true params: author: Amolith - description: Amolith's personal corner of the web + 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: diff --git a/justfile b/justfile index 3b8304ab8029d4281f39775cb5329b39cb4f527b..5848c14b0c0e9aef4391884a9262156fcee29e4b 100644 --- a/justfile +++ b/justfile @@ -84,7 +84,7 @@ images: 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" + 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" ]