config.toml (2346B)
1 theme = "lynx"
2 title = "JayVii - Landing"
3
4 enableEmoji = false
5 disableKinds = ["taxonomy", "term"]
6
7 [params.author]
8 name = "JayVii"
9 headline = "Landing page for all my public services and websites"
10 # image = "images/jayvii.jpg"
11 links = [
12 { web = { href = "https://www.jayvii.de", icon = "none", text = "Website", title = "Personal Website" } },
13 { blg = { href = "https://www.jayvii.de/posts", icon = "none", text = "Blog", title = "Blog on my Website" } },
14 { fed = { href = "https://social.jayvii.de", icon = "none", text = "Fediverse", title = "Personal Ktistec server" } },
15 { srh = { href = "https://search.jayvii.de", icon = "none", text = "Serĉi (Search)", title = "Key-word powered search engine re-director" } },
16 { nws = { href = "https://news.jayvii.de", icon = "none", text = "News Feed", title = "Stagit instance with my public repositories" } },
17 { rss = { href = "https://rss.jayvii.de", icon = "none", text = "RSS Reader", title = "Selfoss RSS reader instance" } },
18 { vid = { href = "https://video.jayvii.de", icon = "none", text = "yt2html", title = "Public instance of yt2html" } },
19 { pod = { href = "https://yt2rss.jayvii.de", icon = "none", text = "yt2rss", title = "Public instance of yt2rss" } },
20 { twi = { href = "https://twitch.jayvii.de", icon = "none", text = "tw2html", title = "Public instance of tw2html" } },
21 { lnk = { href = "https://links.jayvii.de", icon = "none", text = "Link Bin", title = "Personal linkding instance" } },
22 { pst = { href = "https://paste.jayvii.de", icon = "none", text = "Paste Bin", title = "Personal pasteserver bin" } },
23 { dev = { href = "https://src.jayvii.de", icon = "none", text = "Git Repositories", title = "Stagit instance with my public repositories" } },
24 { trf = { href = "https://traffic.jayvii.de", icon = "none", text = "Traffic Counter: Website", title = "Traffic counter for www.jayvii.de" } },
25 { trf = { href = "https://traffic.src.jayvii.de", icon = "none", text = "Traffic Counter: Git Repositories", title = "Traffic counter for src.jayvii.de" } },
26 { trf = { href = "https://traffic.news.jayvii.de", icon = "none", text = "Traffic Counter: News Feed", title = "Traffic counter for news.jayvii.de" } },
27 ]
28
29 [markup.highlight]
30 noClasses = true
31
32 [markup.goldmark]
33 [markup.goldmark.renderer]
34 unsafe = true