diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-05-27 00:53:18 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-05-27 00:55:26 -0700 |
| commit | 36e053f4f0a2f63c08f7c28b9492c067f1ca42bc (patch) | |
| tree | c28973073c8e26775ee4d18d1016df44afdfeceb /indieweb-micro | |
| parent | a01e0666fd66c367745cdaff76fcd6ea7568c31c (diff) | |
migrate pinapelz.moe -> pinapelz.com
Diffstat (limited to 'indieweb-micro')
| -rw-r--r-- | indieweb-micro/hugo.toml | 8 | ||||
| -rw-r--r-- | indieweb-micro/themes/MinIndie/layouts/partials/webmentions.html | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/indieweb-micro/hugo.toml b/indieweb-micro/hugo.toml index 4e41ee0..69b6d05 100644 --- a/indieweb-micro/hugo.toml +++ b/indieweb-micro/hugo.toml @@ -1,8 +1,8 @@ languageCode = 'en-us' -title = 'micro.pinapelz.moe' +title = 'micro.pinapelz.com' theme = "MinIndie" -baseURL = "https://micro.pinapelz.moe" -publishDir = "../micro.pinapelz.moe" +baseURL = "https://micro.pinapelz.com" +publishDir = "../micro.pinapelz.com" [params] subtitle = "check it out. I'm in the house like carpet" @@ -24,7 +24,7 @@ dateFmt = "Monday, January 2, 2006" [params.indieweb] authorizationEndpoint = "https://indieauth.com/auth" tokenEndpoint = "https://tokens.indieauth.com/token" - webmentionEndpoint = "https://webmention.io/micro.pinapelz.moe/webmention" + webmentionEndpoint = "https://webmention.io/micro.pinapelz.com/webmention" relmepgp = "https://pinapelz.com/Yukai_Shan.asc" [[params.indieweb.relme]] url = "https://github.com/pinapelz" diff --git a/indieweb-micro/themes/MinIndie/layouts/partials/webmentions.html b/indieweb-micro/themes/MinIndie/layouts/partials/webmentions.html index 2b9ba7d..1576106 100644 --- a/indieweb-micro/themes/MinIndie/layouts/partials/webmentions.html +++ b/indieweb-micro/themes/MinIndie/layouts/partials/webmentions.html @@ -182,7 +182,7 @@ const PAGE_URL = "{{ .Permalink }}"; async function loadMentions() { const url = - "https://webmention.io/api/mentions.jf2?domain=micro.pinapelz.moe&token=hdjQAqlZwgJmSuPSiU8h8w"; + "https://webmention.io/api/mentions.jf2?domain=micro.pinapelz.com&token=hdjQAqlZwgJmSuPSiU8h8w"; const res = await fetch(url); const data = await res.json(); |
