From 4d75a6ded99babeffc3c264a9f38b510a7c59ce7 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Mon, 1 Dec 2025 21:45:01 -0800 Subject: add indieweb microblog initial build --- indieweb/hugo.toml | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 indieweb/hugo.toml (limited to 'indieweb/hugo.toml') diff --git a/indieweb/hugo.toml b/indieweb/hugo.toml new file mode 100644 index 0000000..543e839 --- /dev/null +++ b/indieweb/hugo.toml @@ -0,0 +1,63 @@ +languageCode = 'en-us' +title = 'pinapelz.moe/micro' +theme = "MinIndie" +baseURL = "https://pinapelz.moe/micro" +publishDir = "../pinapelz.moe/micro" + +[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://pinapelz.moe/assets/pfp.webp" + bio = '''hi, this is an informal (micro) blog of sorts. This site was made cause IndieWeb seems like a great approach for the type of data agency I wanted out of social media (including the Fediverse and AtProto/Bluesky at a fraction of the resources.

+ There's a lot of stuff that doesn't fit well in a full-length formal blog post. I thought it'd be cool to have something like this on Nekoweb since it fits the theme pretty well.''' +[params.indieweb] + authorizationEndpoint = "https://indieauth.com/auth" + tokenEndpoint = "https://tokens.indieauth.com/token" + webmentionEndpoint = "https://webmention.io/pinapelz.moe/webmention" + relmepgp = "/path/to//public/key.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 -- cgit v1.2.3