-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.toml
More file actions
128 lines (120 loc) · 3.26 KB
/
hugo.toml
File metadata and controls
128 lines (120 loc) · 3.26 KB
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
baseurl = "/"
languageCode = "en-us"
theme = "terminal"
pagination.pagerSize = 5
[markup.highlight]
noClasses = false
[markup.goldmark.renderer]
unsafe = true
[outputs]
home = ["HTML", "RSS", "JSON"]
[params]
contentTypeName = "feed"
showMenuItems = 10
fullWidthTheme = false
centerTheme = false
showLastUpdated = true
updatedDatePrefix = "Updated:"
dateFormat = "2006-01-02"
[languages]
[languages.en]
languageName = "English"
title = "n3s0 || journal"
copyright = "© 2014-2025 n3s0.tech"
[languages.en.params]
subtitle = "Where I put my thoughts, ideas, and project updates."
owner = "Timothy Loftus (n3s0)"
keywords = "journal notes networking tech"
menuMore = "Show more"
readMore = "Read more"
readOtherPosts = "Read other Posts"
newerPosts = "Newer"
olderPosts = "Older"
missingContentMessage = "Page not found..."
missingBackButtonLabel = "Back to home page"
minuteReadingTime = "min read"
words = "words"
[languages.en.params.logo]
logoText = "n3s0 || journal"
logoHomeLink = "/"
[languages.en.menu]
[[languages.en.menu.main]]
identifier = "journal"
name = "Journal"
url = "/feed/journal"
weight = 10
[[languages.en.menu.main]]
identifier = "notes"
name = "Notes"
url = "/feed/notes"
weight = 11
[[languages.en.menu.main]]
identifier = "build"
name = "Build"
url = "/feed/build"
weight = 30
[[languages.en.menu.main]]
identifier = "projects"
name = "Projects"
url = "/projects"
weight = 31
[[languages.en.menu.main]]
identifier = "bookmarks"
name = "Bookmarks"
url = "/bookmarks"
weight = 40
[[languages.en.menu.main]]
identifier = "contact"
name = "Contact"
url = "/contact"
weight = 41
[[languages.en.menu.main]]
identifier = "support"
name = "Support"
url = "/support"
weight = 42
[[languages.en.menu.main]]
identifier = "github"
name = "Github"
url = "https://github.com/n3s0"
weight = 43
[[languages.en.menu.main]]
identifier = "search"
name = "Search"
url = "/search"
weight = 44
[[languages.en.menu.main]]
identifier = "rss"
name = "RSS"
url = "/index.xml"
weight = 45
[[languages.en.menu.main]]
identifier = "computer"
name = "Computer"
url = "/construction"
weight = 60
[[languages.en.menu.main]]
identifier = "infrastructure"
name = "Infrastructure"
url = "/construction"
weight = 61
[[languages.en.menu.main]]
identifier = "edc"
name = "EDC"
url = "/construction"
weight = 62
[[languages.en.menu.main]]
identifier = "library"
name = "Library"
url = "/library"
weight = 63
[[languages.en.menu.main]]
identifier = "writeups"
name = "Writeups"
url = "/feed/writeups"
weight = 64
[[languages.en.menu.main]]
identifier = "travel"
name = "Travel"
url = "/travel"
weight = 68