-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
57 lines (50 loc) · 1019 Bytes
/
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
baseURL = "https://oshifty.github.io/"
title = "SHIFTY"
languageCode = "en-us"
DefaultContentLanguage = "en"
enableEmoji = true
enableGitInfo = true
enableRobotsTXT = true
canonifyURLs = true
pagerSize = 9
darkmode_js = ["assets/js/darkmode.js"]
enableInlineShortcodes = true
[params]
author = "Lukas Runge"
github = "https://github.com/lukas-runge"
sitename = "SHIFTY"
twitter = "@lksrunge"
description = "Reinventing Fixture Control"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[taxonomies]
category = "Categories"
tag = "Tags"
[privacy]
[privacy.disqus]
disable = false
[privacy.googleAnalytics]
anonymizeIP = true
disable = false
respectDoNotTrack = false
useSessionStorage = false
[privacy.instagram]
disable = false
simple = false
[privacy.twitter]
disable = false
enableDNT = false
simple = false
[privacy.vimeo]
disable = false
enableDNT = false
simple = false
[privacy.youtube]
disable = false
privacyEnhanced = true
[module]
[module.hugoVersion]
extended = true
min = "0.135.0"