-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
74 lines (60 loc) · 1.24 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
baseurl = "https://www.rse.ox.ac.uk/"
languageCode = "en-gb"
title = "Oxford RSE"
paginate = 10
pygmentsUseClasses = true
pygmentsCodefences = true
googleAnalytics = "UA-48149829-6"
enableGitInfo = true
disableKinds = ["section", "taxonomyTerm", "RSS"]
[taxonomies]
category = "categories"
tag = "tags"
[permalinks]
post = "/:slug/"
page = "/:slug/"
[[menu.main]]
name = "About"
url = "/about/"
weight = -150
[[menu.main]]
name = "Projects"
url = "/projects/"
weight = -149
[[menu.main]]
name = "Surgeries"
url = "/software-surgeries/"
weight = -148
[[menu.main]]
name = "Courses"
url = "/courses/"
weight = -146
[[menu.main]]
name = "Events"
url = "/events/"
weight = -145
[[menu.main]]
name = "People"
url = "/people/"
weight = -140
[[menu.main]]
name = "Jobs"
url = "/jobs/"
weight = -130
[[menu.main]]
name = "Blog"
url = "/posts/"
weight = -120
[[menu.main]]
name = "OxCRN"
url = "/oxford-code-review-network/"
weight = -115
[[menu.main]]
name = "Contact"
url = "/contact/"
weight = -110
[params]
description = ""
[params.logo]
url = "banner_ox_rse.svg"
alt = "Oxford Research Software Engineering"