forked from intermine/training-portal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
36 lines (28 loc) · 1.03 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
baseURL = "https://persdre.github.io/intermine-training-portal/"
languageCode = "en-uk"
DefaultContentLanguage = "en"
title = "InterMine Training Portal"
theme = "training-portal-theme"
pygmentsCodeFences = true
pygmentsStyle = "monokailight"
publishDir = "docs" # all publish pages are from docs folder
[params]
ordersectionsby = "weight" # ordersectionsby = "title"
disableSearch = false # search function is able by default.
disableReadmoreNav = false # set true to hide prev/next navigation, default is false
highlightClientSide = false # set true to use highlight.pack.js instead of the default hugo chroma highlighter
menushortcutsnewtab = true # set true to open shortcuts links to a new tab/window
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[outputs]
home = [ "HTML", "RSS", "JSON"]
[[menu.shortcuts]]
name = "InterMine"
url = "http://intermine.org/"
weight = 1
[[menu.shortcuts]]
name = "<i class='fab fa-github'></i>"
url = "https://github.com/intermine/training-portal"
weight = 2