diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-06-12 18:35:59 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-06-12 18:35:59 -0700 |
| commit | f06f7ebccd7fd6fd96ca4dc403e91b804fa0a08d (patch) | |
| tree | 91d2772d34129564cf9ae4ca1a70afe8c6d9de45 /indieweb-micro/hugo.toml | |
| parent | 83b01596a639a2ac9d8c847d33f666c70bf702a9 (diff) | |
move microblog to main blog
Diffstat (limited to 'indieweb-micro/hugo.toml')
| -rw-r--r-- | indieweb-micro/hugo.toml | 68 |
1 files changed, 0 insertions, 68 deletions
diff --git a/indieweb-micro/hugo.toml b/indieweb-micro/hugo.toml deleted file mode 100644 index 69b6d05..0000000 --- a/indieweb-micro/hugo.toml +++ /dev/null @@ -1,68 +0,0 @@ -languageCode = 'en-us' -title = 'micro.pinapelz.com' -theme = "MinIndie" -baseURL = "https://micro.pinapelz.com" -publishDir = "../micro.pinapelz.com" - -[params] -subtitle = "check it out. I'm in the house like carpet" -dateFmt = "Monday, January 2, 2006" -# tagPostOlderThanXDays = 555 # To display a message if the post is older than this number of days. -# xslpath = "/rss.xsl" # If you want to theme your RSS feed. Optional. - -[params.author] - name = "Pinapelz" - email = "yukais@pinapelz.com" - avatar = "https://files.catbox.moe/5r1pue.jpg" - banner = "https://files.pinapelz.com/pso2ngs-2232-collab.png" - 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/> - I Watch only slice of life (and Bandori)<br/> - Arch Linux + Hyprland user (btw)<br/> - Hi from the <a href="https://indieweb.org/">indieweb</a>, if you are seeing me bridged elsewhere!''' -[params.indieweb] - authorizationEndpoint = "https://indieauth.com/auth" - tokenEndpoint = "https://tokens.indieauth.com/token" - webmentionEndpoint = "https://webmention.io/micro.pinapelz.com/webmention" - relmepgp = "https://pinapelz.com/Yukai_Shan.asc" - [[params.indieweb.relme]] - url = "https://github.com/pinapelz" - [[params.indieweb.relme]] - url = "mailto:yukais@pinapelz.com" - [[params.indieweb.relme]] - url = "https://sakurajima.social/@pinapelz" - [[params.indieweb.relme]] - url = "https://bsky.app/profile/pinapelz.moe" - - -# Menus: -[menu] -[[menu.main]] - identifier = "posts" - name = "Posts" - url = "/posts/" - weight = 1 - -[[menu.main]] - identifier = "categories" - name = "Categories" - url = "/categories/" - weight = 2 - -[[menu.main]] - identifier = "tags" - name = "Tags" - url = "/tags/" - weight = 3 - -## Footer -[[menu.footer]] - name = "Github" - url = "https://github.com/pinapelz" - weight = 1 - -[[menu.footer]] - name = "pinapelz.moe" - url = "https://pinapelz.moe" - weight = 1 |
