-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
108 lines (96 loc) · 2.88 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
baseURL = "https://emerson-silva.blog.br"
publishDir = "public"
# [en, zh-cn, fr, ...] determines default content language
defaultContentLanguage = "en"
# language code
languageCode = "pt-br"
title = "Emerson Silva"
# Change the default theme to be use when building the site with Hugo
theme = "LoveIt"
[params]
author = "Emerson Silva"
# LoveIt theme version
version = "0.2.11"
[params.comment]
enable = true
[giscus]
enable = true
repo = "silvemerson/emerson-silva-blog"
repoId = "R_kgDONTalJA"
category = "General"
categoryId = "DIC_kwDONTalJM4CkhmM"
mapping = "pathname"
reactionsEnabled = true
emitMetadata = true
inputPosition = "top"
theme = "dark"
lang = "pt"
lazyLoading = true
[params.home]
rss = 10
# Home page profile
[params.home.profile]
enable = true
# Gravatar Email for preferred avatar in home page
gravatarEmail = ""
# URL of avatar shown in home page
avatarURL = "https://avatars.githubusercontent.com/u/39895958?v=4"
# LoveIt CHANGED | 0.2.7 title shown in home page (HTML format is supported)
title = "Emerson Silva"
# subtitle shown in home page
subtitle = "Aqui o assunto é sobre DevOps e um pouco mais!"
typeit = true
# whether to show social links
social = true
# LoveIt NEW | 0.2.0 disclaimer (HTML format is supported)
disclaimer = ""
# Home page posts
[params.home.posts]
enable = true
# special amount of posts in each home posts page
paginate = 20
# LoveIt DELETED | 0.2.0 replaced with hiddenFromHomePage in params.page
# default behavior when you don't set "hiddenFromHomePage" in front matter
defaultHiddenFromHomePage = false
[params.social]
GitHub = "silvemerson"
Linkedin = "silvemerson"
Instagram = "silvemerson_"
Youtubechannel = "UCvHjFEBsZF3iom8hHOQwpGA"
Telegram = "silvemerson"
[menu]
[[menu.main]]
identifier = "posts"
# you can add extra information before the name (HTML format is supported), such as icons
pre = ""
# you can add extra information after the name (HTML format is supported), such as icons
post = ""
name = "Posts"
url = "/posts/"
# title will be shown when you hover on this menu link
title = ""
weight = 1
[[menu.main]]
identifier = "tags"
pre = ""
post = ""
name = "Tags"
url = "/tags/"
title = ""
weight = 2
[[menu.main]]
identifier = "categories"
pre = ""
post = ""
name = "Categories"
url = "/categories/"
title = ""
weight = 3
# Markup related configuration in Hugo
[markup]
# Syntax Highlighting (https://gohugo.io/content-management/syntax-highlighting)
[markup.highlight]
# false is a necessary configuration (https://github.com/dillonzq/LoveIt/issues/158)
noClasses = false
[markup.goldmark.renderer]
unsafe = true