-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
160 lines (134 loc) · 3.21 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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
########## Site Settings ##########
baseURL = "http://ipeluffo.github.io/"
title = "Ignacio Peluffo"
languageCode = "en"
hasCJKLanguage = false
# https://hugoloveit.com/
theme = "LoveIt"
# i18n
defaultContentLanguage = "en"
# Enable generation of `robots.txt` file?
enableRobotsTXT = true
googleAnalytics = "UA-163511292-1"
[author]
name = "Ignacio"
# link = "https://ipeluffo.github.io/"
# Sitemap Info
[sitemap]
changefreq = "weekly"
filename = "sitemap.xml"
priority = 0.5
# Permalinks Info (https://gohugo.io/content-management/urls/#permalinks)
[Permalinks]
# posts = ":year/:month/:filename"
posts = ":filename"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
# unsafe = true
[markup.highlight]
codeFences = true
guessSyntax = false
lineNoStart = 1
lineNos = true
lineNumbersInTable = true
noClasses = false
style = "monokai"
tabWidth = 4
[markup.tableOfContents]
startLevel = 2
endLevel = 6
[outputs]
home = ["HTML", "RSS", "JSON"]
page = ["HTML"]
section = ["HTML", "RSS"]
taxonomy = ["HTML", "RSS"]
taxonomyTerm = ["HTML"]
# Note: https://github.com/gohugoio/hugo/issues/4528#issuecomment-508488859
# Maximum number of items in the Atom & RSS feed
[services.rss]
limit = -1
# Privacy Info (https://gohugo.io/about/hugo-and-gdpr/)
[privacy]
[privacy.youtube]
privacyEnhanced = true
##########################################
# Menu Settings
[menu]
[[menu.main]]
identifier = "posts"
# you can add extra information before the name (HTML format is allowed), such as icons
pre = ""
name = "Posts"
url = "/posts/"
# title will be shown when you hover on this menu link
title = ""
weight = 1
[[menu.main]]
identifier = "tags"
pre = ""
name = "Tags"
url = "/tags/"
title = ""
weight = 2
[[menu.main]]
identifier = "categories"
pre = ""
name = "Categories"
url = "/categories/"
title = ""
weight = 3
[[menu.main]]
url = "/about/"
name = "About"
##########################################
# Theme Settings
[params]
# LoveIt theme version
version = "0.2.X"
description = "Ignacio Peluffo - Blog"
defaultTheme = "auto"
gitRepo = "https://github.com/ipeluffo"
[params.search]
enable = true
type = "lunr"
contentLength = 5000
maxResultLength = 10
[params.header]
[params.header.title]
name = "Ignacio Peluffo 💻"
[params.footer]
enable = true
since = 2020
copyright = true
[params.section]
dateFormat = "02/01"
[params.home]
[params.home.profile]
enable = true
#gravatarEmail = "[email protected]"
#subtitle = "Lalal"
social = true
[params.social]
Github = "ipeluffo"
Linkedin = "ignaciopeluffo"
Keybase = "ipeluffo"
Medium = "@ipeluffo"
RSS = true
[params.page]
lightgallery = true
[params.page.code]
copy = true
maxShownLines = 50
[params.page.share]
enable = true
Twitter = true
Linkedin = true
HackerNews = true
Reddit = true
[params.page.math]
enable = false
[params.analytics]
[params.analytics.google]
id = "UA-163511292-1"
anonymizeIP = true