-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
45 lines (38 loc) · 977 Bytes
/
config.toml
File metadata and controls
45 lines (38 loc) · 977 Bytes
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
baseURL = "https://peter0x44.github.io/"
languageCode = "en-us"
title = "File Descriptor Two"
theme = "PaperMod"
copyright = "© 2025 Peter0x44"
# Use YAML for front matter by default
metaDataFormat = "yaml"
[params]
author = "Peter0x44"
showReadingTime = true
showShareButtons = false
showPostNavLinks = true
ShowBreadCrumbs = true
ShowCodeCopyButtons = true
ShowRssButtonInSectionTermList = true
[params.utterances]
repo = "peter0x44/peter0x44.github.io"
issueTerm = "pathname"
label = "utterances_comments"
theme = "preferred-color-scheme"
[params.footer]
text = ""
[params.homeInfoParams]
Title = "File Descriptor Two"
Content = "Peter0x44's technical musings"
[menu]
[[menu.main]]
identifier = "home"
name = "Home"
url = "/"
weight = 1
[[menu.main]]
identifier = "posts"
name = "Posts"
url = "/posts/"
weight = 2
[outputs]
home = ["HTML", "RSS", "JSON"]