blob: 5dea41032ace58a886ccfe21a96f0526ef995013 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
|
languageCode = 'en-us'
title = 'micro.pinapelz.moe'
theme = "MinIndie"
baseURL = "https://micro.pinapelz.moe"
publishDir = "../micro.pinapelz.moe"
[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"
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.moe/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
|