forked from neurolibre/neurolibre.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
53 lines (44 loc) · 1.31 KB
/
config.toml
File metadata and controls
53 lines (44 loc) · 1.31 KB
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
baseURL = "https://ismrm.github.io/mrpub/"
canonifyurls = true
languageCode = "en-us"
title = "MR-Pub"
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 = "https://github.com/ISMRM/mrpub/issues/new"
pre = "<i class='now-ui-icons arrows-1_cloud-upload-94'></i>"
weight = 1
[[menu.footer]]
identifier = "twitter"
pre = "<i class='fa fa-twitter'></i>"
url = "https://twitter.com/mrm_highlights"
weight = 1
[[menu.footer]]
identifier = "github"
pre = "<i class='fa fa-github'></i>"
url = "https://github.com/ismrm"
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"