-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.toml
74 lines (66 loc) · 1.78 KB
/
config.toml
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
68
69
70
71
72
73
74
languageCode = "en-us"
baseURL = "https://www.onitato.com/"
title = "Linuturk's Natter"
author = "Justin Phelps"
copyright = "© 2024. All rights reserved."
theme = "nightfall"
canonifyurls = true
pagination.pagerSize = 5
uglyURLs = true
[indexes]
tag = "tags"
topic = "topics"
[params]
user = "linuturk"
hostname = "onitato.com"
googleAnalytics = "G-ERZFV9WYV6"
disqus = "linuturksnatter"
highlightjs = "default"
highlightjs_extra_languages = ["yaml", "Dockerfile"]
dateFormat = "Jan 02 2006, 15:04"
footerHtml = '© 2023 Justin Phelps, powered by <a href="https://gohugo.io" class="footerLink">Hugo</a> and <a href="https://github.com/LordMathis/hugo-theme-nightfall" class="footerLink">Nightfall</a> theme.<br /><br /><iframe src="https://status.onitato.com/badge?theme=dark" width="180" height="30" frameborder="0" scrolling="no"></iframe>'
[params.author]
name = "Justin Phelps"
email = "[email protected]"
[menu]
# Shown in the side menu.
[[menu.header]]
name = "Posts"
weight = 1
url = "/post.html"
[[menu.header]]
name = "Topics"
weight = 2
url = "/topics.html"
[[menu.header]]
name = "Tags"
weight = 3
url = "/tags.html"
[[menu.header]]
name = "Gaming"
weight = 4
url = "/gaming.html"
[[menu.header]]
name = "About"
weight = 5
url = "/about.html"
[[params.social]]
key = 0
name = "mastodon"
url = "https://toot.onitato.com/@linuturk"
[[params.social]]
key = 1
name = "github"
url = "https://github.com/linuturk"
[[params.social]]
key = 2
name = "linkedin"
url = "https://linkedin.com/in/linuturk"
[[params.social]]
key = 3
name = "twitch"
url = "https://www.twitch.tv/linuturk"
[[params.social]]
key = 4
name = "facebook"
url = "https://www.facebook.com/linuturk"