-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathconfig.toml
80 lines (64 loc) · 1.36 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
baseURL = "http://whitakerlab.github.io/"
languageCode = "en-gb"
title = "Whitaker Lab"
theme = "minimo"
enableEmoji = true
# Syntax Highlighting ( https://gohugo.io/content-management/syntax-highlighting/ )
pygmentsCodefences = true
[params.info]
description = "Updates from Kirstie's research group"
title404 = "Sorry, but the page you were trying to view does not exist!"
[params.assets]
favicon = "assets/favicon.ico"
[params.settings]
accentColor = "#66ff33"
[params.sidebar]
enable = true
[params.widgets]
homepage = ["recent_posts"]
sidebar = ["about", "sidebar_menu", "social_menu"]
[params.social]
github = "WhitakerLab"
twitter = "Whitaker_Lab"
[taxonomies]
author = "authors"
category = "categories"
series = "series"
tag = "tags"
[[menu.main]]
name = "Home"
weight = 100
identifier = "home"
url = "/"
[[menu.main]]
name = "About Us"
weight = 200
identifier = "about"
url = "/about/"
[[menu.main]]
name = "Visit"
weight = 300
identifier = "visit"
url = "/visit/"
[[menu.main]]
name = "Resources"
weight = 400
identifier = "resources"
url = "/resources/"
[[menu.main]]
name = "Blog"
weight = 500
identifier = "blog"
url = "/blog/"
[[menu.main]]
name = "Contact"
weight = 600
identifier = "contact"
url = "/contact/"
[[menu.main]]
name = "GitHub"
weight = 700
identifier = "repository"
url = "https://github.com/whitakerlab"
[markup.goldmark.renderer]
unsafe = true