-
Notifications
You must be signed in to change notification settings - Fork 15
/
config.toml
72 lines (59 loc) · 1.48 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
baseURL = "https://temp.bep.is/hugotest/"
# A theme consists of any number of components, with presedence from left (the project) to right. Also note that it is also possible for a
# theme to define its own dependencies..
theme = ["mt1", "mt2"]
languageCode = "en-us"
title = "Hugo Test Site"
paginate = 4
pygmentscodefences = "true"
pygmentscodefencesguesssyntax = false
pygmentsstyle = "trac"
pygmentsuseclasses = false
enableInlineShortcodes = true
googleAnalytics = "UA-52478213-6"
[imaging]
# Default resample filter used for resizing. Default is Box,
# a simple and fast averaging filter appropriate for downscaling.
# See https://github.com/disintegration/imaging
resampleFilter = "Lanczos"
# Defatult JPEG quality setting. Default is 75.
quality = 75
anchor = "smart"
[params]
p1 = "Params from project."
[permalinks]
section3 = "/:sections/:year/:month/:slug/"
[privacy]
[privacy.disqus]
disable = true
[privacy.googleAnalytics]
disable = false
respectDoNotTrack = true
anonymizeIP = true
useSessionStorage = true
[privacy.instagram]
disable = false
simple = false
[privacy.speakerDeck]
disable = true
[privacy.twitter]
disable = false
enableDNT = true
[privacy.vimeo]
disable = true
[privacy.youtube]
disable = false
privacyEnhanced = true
[services]
[services.instagram]
disableInlineCSS = false
[languages]
[languages.en]
languageName = "English"
weight = 1
title = "Hugo Test"
[languages.nn]
languageName = "Nynorsk"
weight = 2
title = "Hugo Test på norsk"
contentDir = "content_nn"