diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-12-02 13:12:47 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-12-02 13:12:47 -0800 |
| commit | 5f5c2c4214b065894ae910e945b48bbc0438cb58 (patch) | |
| tree | 8ed3339449175ac6aa8f78ddebcdb8909c9921a9 /indieweb-micro | |
| parent | e30041a5bf4b16b0233468e8c2eef13bac2ab08e (diff) | |
add pgp key to microformats
Diffstat (limited to 'indieweb-micro')
| -rw-r--r-- | indieweb-micro/hugo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indieweb-micro/hugo.toml b/indieweb-micro/hugo.toml index 6bbb7c4..5dea410 100644 --- a/indieweb-micro/hugo.toml +++ b/indieweb-micro/hugo.toml @@ -13,7 +13,7 @@ dateFmt = "Monday, January 2, 2006" [params.author] name = "Pinapelz" email = "yukais@pinapelz.com" - avatar = "https://pinapelz.moe/assets/pfp.webp" + avatar = "https://files.catbox.moe/5r1pue.jpg" bio = '''yo! and he's more than a cover he's a quilt<br/> General arcade rhythm game enjoyer (SDVX, IIDX, CHUNITHM)<br/> Mostly play MMOs (FFXIV, OSRS), JRPGs, and VNs (anything with a good story)<br/> @@ -24,7 +24,7 @@ dateFmt = "Monday, January 2, 2006" authorizationEndpoint = "https://indieauth.com/auth" tokenEndpoint = "https://tokens.indieauth.com/token" webmentionEndpoint = "https://webmention.io/micro.pinapelz.moe/webmention" - relmepgp = "/path/to//public/key.asc" + relmepgp = "https://pinapelz.com/Yukai_Shan.asc" [[params.indieweb.relme]] url = "https://github.com/pinapelz" [[params.indieweb.relme]] |
