-
Notifications
You must be signed in to change notification settings - Fork 5
/
hugo.toml
67 lines (56 loc) · 1.37 KB
/
hugo.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
baseURL = 'https://eng.d2iq.com/'
title = 'D2iQ Engineering'
Description = 'Hear the latest from the D2iQ Engineering team'
theme = "casperv5"
languageCode = "en-us"
copyright = "© {{ YEAR }} D2iQ, Inc. All Rights Reserved."
enableEmoji = true
enableGitInfo = true
enableRobotsTXT = true
removePathAccents = true
disableKinds = [ "taxonomy" ]
ignoreErrors = ["error-disable-taxonomy"]
capitalizelisttitles = false
[security.exec]
osEnv = ['.*']
[permalinks]
posts = '/blog/:slug/'
tags = '/blog/tags/:slug/'
[taxonomies]
author = "authors"
tag = "tags"
[markup]
[markup.highlight]
anchorLineNos = true
codeFences = true
guessSyntax = true
hl_Lines = ''
hl_inline = false
lineAnchors = ''
lineNoStart = 1
lineNos = true
lineNumbersInTable = true
noClasses = true
noHl = false
style = 'monokai'
tabWidth = 2
[module]
[module.imports]
path = "github.com/hugo-mods/icons"
[Params]
favicon = "images/D2iQ_Logo_Color-RGB.svg"
# logo = "images/D2iQ_Logo_Color-RGB.svg"
ghrepo = "https://github.com/mesosphere/d2iq-engineering-blog/"
[Params.social]
twitter = "d2iq_eng"
[privacy]
[privacy.googleAnalytics]
anonymizeIP = true
respectDoNotTrack = true
useSessionStorage = true
[privacy.twitter]
enableDNT = true
[privacy.vimeo]
enableDNT = true
[privacy.youtube]
privacyEnhanced = true