forked from ChrisTitusTech/winutil
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.toml
More file actions
140 lines (112 loc) · 2.36 KB
/
Copy pathhugo.toml
File metadata and controls
140 lines (112 loc) · 2.36 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
129
130
131
132
133
134
135
136
137
138
139
140
baseURL = "https://winutil.christitus.com/"
languageCode = "en-us"
title = "Winutil Documentation"
enableGitInfo = true
canonifyURLs = true
[[module.mounts]]
source = "assets"
target = "assets"
[[module.imports]]
path = "github.com/imfing/hextra"
[[menu.main]]
identifier = "userguide"
name = "User Guides"
pageRef = "/userguide"
weight = 1
[[menu.main]]
identifier = "documentation"
name = "Developer Documentation"
weight = 2
[[menu.main]]
identifier = "contribution-guides"
name = "Contribution Guides"
pageRef = "CONTRIBUTING.md"
weight = 1
parent = "documentation"
[[menu.main]]
identifier = "developer-documentation"
name = "Developer Docs"
pageRef = "/dev"
weight = 2
parent = "documentation"
[[menu.main]]
identifier = "help"
name = "Help"
weight = 3
[[menu.main]]
identifier = "faq"
name = "FAQ"
pageRef = "faq.md"
weight = 1
parent = "help"
[[menu.main]]
identifier = "known-issues"
name = "Known Issues"
pageRef = "KnownIssues.md"
weight = 2
parent = "help"
[[menu.main]]
identifier = "forums"
name = "Forums"
url = "https://forum.christitus.com/"
weight = 3
parent = "help"
[[menu.main]]
name = "Store"
url = "https://christitus.com/downloads/"
weight = 5
[[menu.main]]
name = "Search"
weight = 6
[menu.main.params]
type = "search"
[[menu.main]]
name = "GitHub"
weight = 7
url = "https://github.com/christitustech/Winutil"
[menu.main.params]
icon = "github"
[params]
description = "Chris Titus Tech's Windows Utility - Install Programs, Tweaks, Fixes, and Updates"
displayUpdatedDate = true
dateFormat = "January 2, 2006"
[params.navbar]
displayTitle = false
displayLogo = true
[params.navbar.logo]
path = "navlogo.png"
dark = "navlogo.png"
link = "/"
width = 150
height = 50
[params.theme]
default = "system"
displayToggle = true
[params.page]
width = "wide"
[params.footer]
enable = true
displayCopyright = true
displayPoweredBy = false
width = "normal"
[params.highlight.copy]
enable = true
display = "hover"
[menu]
[[menu.sidebar]]
name = "Links"
weight = 1
[menu.sidebar.params]
type = "separator"
[[menu.sidebar]]
name = "Github Repo ↗"
url = "https://github.com/ChrisTitusTech/winutil"
weight = 2
[[menu.sidebar]]
name = "Discord Server ↗"
url = "https://discord.gg/RUbZUZyByQ"
weight = 3
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true