-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
executable file
·122 lines (114 loc) · 3.62 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
baseurl = "https://homelaber.com.br/"
languageCode = "br"
defaultContentLanguage = "br"
theme = "hello-friend"
paginate = 5
hrefTargetBlank = true
enableInlineShortcodes = true
enableEmoji = true
enableGitInfo = false
enableRobotsTXT = true
canonifyURLs = true
relativeURLs = true
uglyurls = true
# Set content editor
newContentEditor = "code"
publishDir = "docs"
[params]
# dir name of your blog content (default is `content/posts`)
contentTypeName = "post"
# "light" or "dark"
defaultTheme = "light"
# if you set this to 0, only submenu trigger will be visible
showMenuItems = 10
# Enable to show reading time in minutes for posts
showReadingTime = true
socialShare = true ## mostrar o social share
author = "Valdecir Carvalho"
authorImage = "/img/valdecir.png"
#logo_1 = "/img/veeam-vanguard-logo.png"
#logo_2 = "/img/vmware-vexpert-logo.png"
metadescription = "Blog Homelabler Brasil"
defaultimage = "/img/homelaber-twiiter-card-1200x675.png"
[Author]
name = "Some Person"
website = "yourwebsite.com"
email = "[email protected]"
facebook = "username"
github = "valdecircarvalho"
gitlab = "username"
bitbucket = "username"
twitter = "@homelaber"
reddit = "username"
linkedin = "valdecircarvalho"
xing = "username"
stackoverflow = "users/XXXXXXX/username"
snapchat = "username"
instagram = "username"
youtube = "user/username" # or channel/channelname
soundcloud = "username"
spotify = "username"
bandcamp = "username"
itchio = "username"
vk = "username"
paypal = "username"
telegram = "vcarva"
500px = "username"
codepen = "username"
mastodon = "url"
kaggle = "username"
weibo = "username"
slack = "username"
[blackfriday]
angledQuotes = true
hrefTargetBlank = true
[taxonomies]
series = "series"
category = "categories"
tag = "tags"
[sitemap]
changefreq = "daily"
filename = "sitemap.xml"
priority = 0.5
[languages]
[languages.br]
title = "Blog Homelaber Brasil"
subtitle = "Blog Homelabler Brasil | Home lab· Infraestrutura de TI· Virtualização· Cloud Computing · DevOps | Blog sobre Virtualização, Infraestrutura de TI, Cloud Computing e DevOps escrito em Português. Criado e editado por Valdecir Carvalho"
keywords = "Blog, Infraestrutura, TI Corporativa, Virtualização, Veeam, Backup, Cloud, Cloud Computing, Cloud Native, Homelab"
copyright = "2016-2019 - Homelaber Brasil - Valdecir Carvalho"
menuMore = "Mostrar mais"
writtenBy = " "
readMore = "Continue lendo"
readOtherPosts = "Leia outros posts"
newerPosts = "Novos posts"
olderPosts = "Posts antigos"
minuteReadingTime = "min lendo"
wordCount = "palavras"
dateFormatSingle = "02-01-2006"
dateFormatList = "02-01-2006"
[languages.br.params.logo]
logoText = "Homelaber Brasil"
logoHomeLink = "/"
# or
#
# path = "/img/your-example-logo.svg"
# alt = "Your example logo alt text"
[languages.br.menu]
[[languages.br.menu.main]]
identifier = "about"
name = ""
url = "/sobre/"
weight = 2
pre = "<i class='fas fa-user-ninja' style='font-size: 1.5em; color: black;'></i>"
[[languages.br.menu.main]]
identifier = "arquivo"
name = ""
url = "/archive/"
weight = 1
pre = "<i class='fas fa-archive' style='font-size: 1.5em; color: black;'></i>"
# [[languages.br.menu.main]]
# identifier = "projetos"
# name = ""
# url = "/projetos/"
# weight = 3
# pre = "<i class='fas fa-hammer' style='font-size: 1.5em; color: black;'></i>"