diff options
Diffstat (limited to 'indieweb-micro/hugo.toml')
| -rw-r--r-- | indieweb-micro/hugo.toml | 8 |
1 files changed, 4 insertions, 4 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" |
