-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
47 lines (41 loc) · 1.16 KB
/
config.toml
File metadata and controls
47 lines (41 loc) · 1.16 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
baseURL = "https://transportportal.atlas.vegvesen.no"
relativeURLs = "true"
languageCode = "no"
defaultContentLanguage = "no"
defaultContentLanguageInSubdir = true
buildDrafts = false
enableEmoji = true
enableGitInfo = true
enableMissingTranslationPlaceholders = "true"
enableInlineShortcodes = "true"
disableKinds = ["taxonomy", "taxonomyTerm"]
theme = "silhouette-hugo"
publishDir = "docs"
imggroup = "sorfold"
fractions = "false"
[frontmatter]
lastmod = [":fileModTime", ":default"]
[languages]
[languages.no]
datacat = "https://data.transportportal.no/datasets"
datacatText = "Datakatalog"
contentDir = "content/no"
title = "transportportal.no"
weight = 1
[languages.en]
datacat = "https://data.transportportal.no/datasets/?lang=en"
datacatText = "Data Catalog"
title = "transportportal.no"
contentDir = "content/en"
weight = 2
[params]
author = "Statens vegvesen"
introDescription = "Intro"
contactEmail = "kontakt@transportportal.no"
[params.img]
imgauthor = "Jon Opseth, Statens vegvesen"
background_image = "images/NAP-forside-ny.jpg"
[blackfriday]
angledQuotes = true
fractions = false
plainIDAnchors = true