-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
executable file
·120 lines (94 loc) · 2.04 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
baseurl = "https://archivesunleashed.org/"
languageCode = "en-us"
title = "The Archives Unleashed Project"
theme = "hugo-material-docs"
metadataformat = "yaml"
canonifyurls = true
# Enable Google Analytics by entering your tracking id
googleAnalytics = "UA-2879197-28"
[params]
# General information
author = "The Archives Unleashed Project"
copyright = "CC-BY"
# Repository
provider = "GitHub"
#version = "1.0.0"
logo = "images/ArchivesUnleashedLogo.png"
favicon = "images/favicon.ico"
permalink = "#"
# Custom assets
custom_css = []
custom_js = []
# Syntax highlighting theme
highlight_css = ""
[params.palette]
primary = "grey"
accent = "red"
[params.font]
text = "Ubuntu"
code = "Ubuntu Mono"
[social]
twitter = "unleasharchives"
github = "archivesunleashed"
email = "[email protected]"
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "About the Project"
url = "about-project/"
weight = 10
[[menu.main]]
name = "Getting Started"
url = "getting-started/"
weight = 12
[[menu.main]]
name = "Archives Unleashed Toolkit"
url = "aut/"
weight = 15
[[menu.main]]
name = "ARCH"
url = "arch/"
weight = 13
[[menu.main]]
name = "Archives Unleashed Cloud"
url = "cloud/"
weight = 16
[[menu.main]]
name = "Archives Unleashed Notebooks"
url = "notebooks/"
weight = 17
[[menu.main]]
name = "Warclight"
url = "warclight/"
weight = 18
[[menu.main]]
name = "Cohorts (2021-2022)"
url = "cohorts2021-2022/"
weight = 25
[[menu.main]]
name = "Cohorts (2022-2023)"
url = "cohorts2022-2023/"
weight = 25
[[menu.main]]
name = "Get Involved"
url = "get-involved/"
weight = 30
[[menu.main]]
name = "Events"
url = "events/"
weight = 40
[[menu.main]]
name = "Publications"
url = "publications/"
weight = 48
[[menu.main]]
name = "News (on Medium.com)"
url = "https://news.archivesunleashed.org"
weight = 50
[blackfriday]
smartypants = true
fractions = true
smartDashes = true
plainIDAnchors = true