-
Notifications
You must be signed in to change notification settings - Fork 45
/
config.toml
162 lines (145 loc) · 3.23 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
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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
baseURL = "https://reactos.org/"
title = "ReactOS Website"
theme = "reactos"
languageCode = "en-us"
# Site language. Available translations in the theme's `/i18n` directory.
defaultContentLanguage = "en"
# Define the number of posts per page
paginate = 10
[menu]
# Main menu
[[menu.main]]
name = "About"
weight = 1
[[menu.main]]
parent = "About"
name = "What is ReactOS?"
url = "/what-is-reactos"
weight = 101
[[menu.main]]
parent = "About"
name = "Gallery"
url = "/gallery"
weight = 102
[[menu.main]]
parent = "About"
name = "FAQ"
url = "/faq"
weight = 103
[[menu.main]]
name = "News"
weight = 1
[[menu.main]]
parent = "News"
name = "All News"
url = "/news/"
weight = 101
[[menu.main]]
parent = "News"
name = "Project News"
url = "/project-news/"
weight = 102
[[menu.main]]
parent = "News"
name = "Blog Posts"
url = "/blogs/"
weight = 103
[[menu.main]]
name = "Community"
weight = 2
[[menu.main]]
parent = "Community"
name = "Chat"
url = "https://chat.reactos.org"
weight = 201
[[menu.main]]
parent = "Community"
name = "Forum"
url = "/forum"
weight = 202
[[menu.main]]
parent = "Community"
name = "Shop"
url = "https://shop.spreadshirt.net/reactos/"
weight = 203
[[menu.main]]
name = "Development"
weight = 3
[[menu.main]]
parent = "Development"
name = "Architecture"
url = "/architecture"
weight = 301
[[menu.main]]
parent = "Development"
name = "Building ReactOS"
url = "https://reactos.org/wiki/Building_ReactOS"
weight = 302
[[menu.main]]
parent = "Development"
name = "Contributing"
url = "/contributing"
weight = 303
[[menu.main]]
parent = "Development"
name = "Download ReactOS Builds"
url = "/getbuilds"
weight = 304
[[menu.main]]
parent = "Development"
name = "Jira"
url = "https://jira.reactos.org"
weight = 310
[[menu.main]]
parent = "Development"
name = "ReactOS on GitHub"
url = "https://github.com/reactos"
weight = 311
[[menu.main]]
parent = "Development"
name = "Report a Bug"
url = "https://reactos.org/wiki/File_Bugs"
weight = 312
[[menu.main]]
parent = "Development"
name = "Testman"
url = "/testman"
weight = 313
[[menu.main]]
parent = "Development"
name = "Wiki"
url = "/wiki"
weight = 314
[[menu.main]]
parent = "Development"
name = "Work for ReactOS"
url = "/contributing#paid-jobs"
weight = 315
[[menu.main]]
name = "Donate"
url = "/donate"
weight = 5
[[menu.main]]
name = "Download"
url = "/download"
weight = 6
[params]
viewMorePostLink = "/news/"
defaultKeywords = ["ReactOS", "react", "os", "open source", "free", "win32", "winapi"]
defaultDescription = "ReactOS is a free, opensource reimplementation of windows"
# Format dates with Go's time formatting
date_format = "January 2, 2006"
logo = "/sites/default/files/ReactOS_0.png"
logo_small = "/sites/default/files/ReactOS_0.png"
og_image = "/sites/default/files/Mizu-Desktop.png"
development_banner_text = "DEVELOPMENT COPY! Visit www.reactos.org for the production website."
[Permalinks]
blog = "/blog/:year/:month/:day/:filename/"
# Enable and disable widgets for the right sidebar
[params.widgets]
categories = true
tags = true
search = false
[taxonomies]
author = "author"
tag = "tags"