-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
53 lines (42 loc) · 1.45 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
baseURL = "/"
languageCode = "en-us"
title = "Version control through Git, GitHub & GitKraken for researchers"
description = "Workshop materials for RSE Sheffield workshop on 'Version control through Git, GitHub & GitKraken for researchers'"
pygmentsUseClasses=true
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
enableEmoji = true
[module]
[[module.imports]]
path = "github.com/matcornic/hugo-theme-learn"
[outputs]
home = [ "HTML", "RSS", "JSON"]
[Languages]
[Languages.en]
title = "Version control through Git, GitHub & GitKraken for researchers"
weight = 1
languageName = "English"
[[Languages.en.menu.shortcuts]]
name = "<i class='fab fa-fw fa-github'></i> GitHub repo"
identifier = "ds"
url = "https://github.com/annakrystalli/git-github-gitkraken-research"
weight = 10
[[Languages.en.menu.shortcuts]]
name = "<i class='fas fa-fw fa-bullhorn'></i> Credits"
url = "/credits"
weight = 30
[[Languages.en.menu.shortcuts]]
name = "<i class='fa fa-certificate'></i> CC BY-SA 3.0"
url = "https://creativecommons.org/licenses/by-sa/3.0/"
weight = 40
[params]
editURL = "https://github.com/annakrystalli/git-github-gitkraken-research/edit/master/content/"
description = "Version control through Git, GitHub & GitKraken for researchers"
author = "Anna Krystalli"
showVisitedLinks = true
disableBreadcrumb = false
disableNextPrev = false
themeVariant = "rse-learn"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true