-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
123 lines (105 loc) · 2.8 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
baseURL = "https://blog.depechie.com/"
languageCode = "en-us"
title = "Depechie’s outing"
theme = "noteworthy"
enableRobotsTXT = true
paginate = 4 # Set the number of posts to show before overflowing to the next page.
summaryLength = 10 # Configure how long the post summary should be on the homepage.
publishDir = "docs"
# Add your Google Analytics identifier: UA-XXXXXXXX-X
googleAnalytics = ""
# Add your Disqus shortname here.
disqusShortname = ""
[taxonomies]
tag = "tags"
[author]
name = "Glenn Versweyveld"
[markup.highlight]
codeFences = true
guessSyntax = true
hl_Lines = ""
lineNoStart = 1
lineNos = true
lineNumbersInTable = true
tabWidth = 4
noClasses = false
style = 'solarized-dark'
# Set to false to disallow raw HTML in markdown files
[markup.goldmark.renderer]
unsafe = true
[params]
math = true
# Blog description at the top of the homepage. Supports markdown.
description = "‘SH10151’ this is the serial number of our orbital gun"
showReadMore = true
# Set enableKofi to true to enable the Ko-fi support button. Add your Ko-fi ID to link to your account.
enableKofi = false
kofi = ""
# Add links to your accounts. Remove the ones you don't want to include.
# Main
# email = "#"
# facebook = "#"
# twitter = "https://twitter.com/depechie"
mastodon = "https://dotnet.social/@depechie"
# instagram = "#"
# tumblr = "#"
# reddit = "#"
# pinterest = "#"
# youtube = "#"
# vimeo = "#"
# weibo = "#"
# vk = "#"
linkedin = "https://www.linkedin.com/in/depechie/"
# Writing
# medium = "#"
# blogger = "#"
# wordpress = "#"
# Creative & Visual
# dribbble = "#"
# behance = "#"
# deviantart = "#"
# flickr = "#"
# Audio & Music
# soundcloud = "#"
# Programming
github = "https://github.com/Depechie"
stackoverflow = "https://stackoverflow.com/users/613087/depechie"
# gitlab = "#"
# codepen = "#"
# Academic
# googlescholar = "#"
# impactstory = "#"
# orcid = "#"
# Menu links along the sidebar navigation.
[[menu.main]]
identifier = "tags"
name = "Tags"
url = "/tags/"
weight = 1
[[menu.main]]
name = "Archives"
identifier = "archives"
url = "/archives/"
weight = 2
# Privacy configurations: https://gohugo.io/about/hugo-and-gdpr/
[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
simple = false
[privacy.youtube]
disable = false
privacyEnhanced = true