-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
96 lines (89 loc) · 2.14 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
title = "CCN Lab"
baseurl = "https://ccnlab.netlify.com/"
MetaDataFormat = "yaml"
pluralizeListTitles = false
paginate = 10
EnableGitInfo = true
[security]
[security.funcs]
getenv = ['HUGO_^', 'WC^', 'REPOSITORY_URL']
[blackfriday]
plainIDAnchors = true
fractions = false
extensions = ["noIntraEmphasis"]
[params]
description = "Computational Cognitive Neuroscience Lab at UC Davis"
mainIcon = "{{ .Site.BaseUrl }}img/ccnlab.png"
author = "CCNLab Members"
release = "0.0.1"
giturl = "https://github.com/CCNLab/pubweb"
gituser = "CCNLab"
gitproj = "pubweb"
toc = true
[taxonomies]
tag = "tags"
group = "groups"
[[menu.main]]
name = "Main"
pre = "<i class='fa fa-home'></i>"
url = "/index.html"
weight = -1000
[[menu.main]]
name = "People"
identifier = "people"
pre = "<i class='fa fa-user'></i>"
url = "/people/"
weight = -990
[[menu.main]]
name = "Join Us!"
identifier = "join"
pre = "<i class='fa fa-group'></i>"
url = "/join/"
weight = -980
[[menu.main]]
name = "Research"
identifier = "research"
pre = "<i class='fa fa-cogs'></i>"
url = "/research/"
weight = -890
[[menu.main]]
name = "Publications"
identifier = "publications"
pre = "<i class='fa fa-book'></i>"
url = "/pubs/"
weight = -880
[[menu.main]]
name = "Software"
identifier = "software"
pre = "<i class='fa fa-code'></i>"
url = "/software/"
weight = -870
[[menu.main]]
name = "Talk Videos, Slides"
identifier = "talks"
pre = "<i class='fa fa-file-movie-o'></i>"
url = "/talks/"
weight = -790
[[menu.main]]
name = "Media Coverage"
pre = "<i class='fa fa-bullhorn'></i>"
url = "/media/"
weight = -780
[[menu.main]]
name = "Funding"
identifier = "funding"
pre = "<i class='fa fa-gift'></i>"
url = "/funding/"
weight = -690
[[menu.main]]
name = "Teaching"
identifier = "teaching"
pre = "<i class='fa fa-graduation-cap'></i>"
url = "/teaching/"
weight = -590
[[menu.main]]
name = "Links & Contact"
identifier = "links"
pre = "<i class='fa fa-road'></i>"
url = "/links/"
weight = -490