forked from nusserstudios/tailbliss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
60 lines (53 loc) · 1.16 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
baseURL = "https://tailbliss.netlify.app/"
title = "TailBliss"
languageCode = "en-us"
DefaultContentLanguage = "en"
enableEmoji = true
enableGitInfo = true
enableRobotsTXT = true
canonifyURLs = true
paginate = 9
darkmode_js = ["assets/js/darkmode.js"]
enableInlineShortcodes = true
[params]
author = "Nusser Studios"
authorimage = "../assets/images/global/author.webp"
github = "https://github.com/nusserstudios"
facebook = "https://facebook.com/nusserstudios"
og_image = "/images/tailbliss-cover.png"
sitename = "TailBliss"
twitter = "@nusserstudios"
description = "TailBliss is Hugo Starter"
[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.104.0"