-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
101 lines (81 loc) · 2.05 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
baseURL = "https://blog.codingmilitia.com/" # with this set, it doesn't use relative urls when testing in Netlify, but without it, the main menu and the home button don't work well
languageCode = "en-us"
title = "Coding Militia"
description = "Code, headbang, grouch, repeat!"
theme = "PaperMod"
enableRobotsTXT = true
[params]
images = ["logo.png"]
description = "Code, headbang, grouch, repeat!"
author = "João Antunes"
showtoc = true
showCodeCopyButtons = true
showReadingTime = true
showWordCount = true
#showBreadCrumbs = true
comments = true
[params.profileMode]
enabled = false
[params.homeInfoParams]
title = "Coding Militia"
[permalinks]
posts = "/:year/:month/:day/:slug"
[[menu.main]]
identifier = "about"
name = "About Me"
url = "https://antunes.dev/about"
weight = 10
[[menu.main]]
identifier = "archives"
name = "Archives"
url = "archives"
weight = 20
[[menu.main]]
identifier = "tags"
name = "Tags"
url = "tags"
weight = 30
[outputFormats]
[outputFormats.RSS]
mediatype = "application/rss"
baseName = "feed"
[markup]
[markup.highlight]
lineNos = true
style = 'monokai'
[[params.socialIcons]]
name = "rss"
title = "feed"
url = "feed.xml"
[[params.socialIcons]]
name = "other"
title = "antunes.dev"
url = "https://antunes.dev"
[[params.socialIcons]]
name = "github"
url = "https://github.com/joaofbantunes"
[[params.socialIcons]]
name = "microsoft"
title = "Microsoft MVP"
url = "https://mvp.microsoft.com/en-us/PublicProfile/5003375"
[[params.socialIcons]]
name = "youtube"
url = "https://youtube.com/CodingMilitia"
[[params.socialIcons]]
name = "mastodon"
url = "https://mastodon.social/@joaofbantunes"
[[params.socialIcons]]
name = "bluesky"
url = "https://bsky.app/profile/joao.antunes.dev"
[[params.socialIcons]]
name = "linkedin"
url = "https://linkedin.com/in/joaofbantunes"
[[params.socialIcons]]
name = "sessionize"
url = "https://sessionize.com/joaofbantunes"
[[params.socialIcons]]
name = "pluralsight"
url = "https://app.pluralsight.com/profile/joaofbantunes"
[[params.socialIcons]]
name = "buymeacoffee"
url = "https://buymeacoffee.com/joaofbantunes"