-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.toml
63 lines (53 loc) · 1.51 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
baseURL = "https://www.neurolibre.com/"
languageCode = "en-us"
title = "NeuroLibre"
theme = "hugo-now-ui"
googleAnalytics = ""
disqusShortname = ""
ignoreFiles = ["\\.Rmd$", "_files$", "_cache$"]
#enableGitInfo = true
publishDir = "public"
[permalinks]
post = "/:year/:month/:day/:slug/"
[[menu.main]]
name = "Submit"
url = "/submit/"
pre = "<i class='now-ui-icons arrows-1_cloud-upload-94'></i>"
weight = 1
[[menu.main]]
name = "About"
url = "/about/"
pre = "<i class='now-ui-icons travel_info'></i>"
weight = 2
[[menu.main]]
name = "Tags"
pre = "<i class='now-ui-icons shopping_tag-content'></i>"
url = "/tags/"
weight = 2
[[menu.footer]]
identifier = "twitter"
pre = "<i class='fa fa-twitter'></i>"
url = "https://twitter.com/neurolibre"
weight = 1
[[menu.footer]]
identifier = "github"
pre = "<i class='fa fa-github'></i>"
url = "https://github.com/neurolibre"
weight = 2
[[menu.footer]]
identifier = "copyright"
name = "MIT"
pre = "<i class='fa fa-balance-scale'></i>"
url = "https://spdx.org/licenses/MIT"
weight = 3
[params]
tint = "nlgray"
custom_css = ["css/highlight.min.css"]
custom_js = []
date_format = "Mon, Jan 2, 2006"
description = "A website built through Hugo and blogdown."
# options for highlight.js (version, additional languages, and theme)
highlightjsVersion = "9.10.0"
highlightCDN = "//cdn.bootcss.com"
highlightjsLang = ["r", "yaml"]
highlightjsTheme = "github"