-
Notifications
You must be signed in to change notification settings - Fork 5
/
config.toml
executable file
·74 lines (60 loc) · 1.93 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
baseURL = "/"
uglyurls = false
languageCode = "nb-no"
defaultContentLanguage = "no"
title = "KS Fiks"
theme = "hugo-theme-learn"
themesdir = "themes"
pygmentsCodeFences = true
pygmentsStyle = "monokailight"
defaultContentLanguageInSubdir= false
enableMissingTranslationPlaceholders = false
preservetaxonomynames = true
pluralizeListTitles = false
# [Languages]
# [Languages.en]
# title = "Documentation for Hugo docDock"
# weight = 1
# languageName = "English"
#
# [Languages.fr]
# title = "Documentation du thème docDock"
# weight = 2
# languageName = "Français"
enableGitInfo = true
#Ser ikke ut til å fungere
[frontmatter]
date = ["date","publishDate", "lastmod"]
lastmod = ["lastmod", "date", "publishDate"]
publishDate = [":git", "lastmod", "publishDate", "date"]
expiryDate = ["expiryDate"]
[markup.goldmark.renderer]
unsafe = true
[markup.tableOfContents]
endLevel = 3
ordered = true
startLevel = 2
[params]
editURL = "https://github.com/ks-no/ks-no.github.io/edit/source/content/"
showVisitedLinks = false # default is false
themeStyle = "original" # "original" or "flex" # default "flex"
themeVariant = "ks" # choose theme variant "green", "gold" , "gray", "blue" (default)
ordersectionsby = "title" # ordersectionsby = "title"
disableHomeIcon = false # default is false
disableSearch = false # default is false
disableNavChevron = true # set true to hide next/prev chevron, default is false
highlightClientSide = false # set true to use highlight.pack.js instead of the default hugo chroma highlighter
menushortcutsnewtab = false # set true to open shortcuts links to a new tab/window
enableGitInfo = true
[outputs]
home = [ "HTML", "JSON", "RSS"]
[[menu.shortcuts]]
pre = "<h3>Lenker</h3>"
name = "<label>Github repo</label>"
identifier = "ds"
url = "https://github.com/ks-no/ks-no.github.io"
weight = 10
[[menu.shortcuts]]
name = "<img src='/images/feed-icon-28x28.png' aria-hidden='true'> RSS"
url = "/index.xml"
weight = 11