-
Notifications
You must be signed in to change notification settings - Fork 27
/
config.toml
54 lines (48 loc) · 1.22 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
baseURL = "https://gomex.me/"
languageCode = "en-US"
title = "Rafael Gomex"
# Enable comments by entering your Disqus shortname
disqusShortname = "gomex-me-1"
# Enable Google Analytics by entering your tracking code
googleAnalytics = "UA-111345881-1"
[[module.imports]]
path = "github.com/suyundukov/hugo-sustain"
[permalinks]
post = "/:year/:month/:day/:slug"
[params]
avatar = "img/profile.jpeg"
author = "Gomex"
description = "Conhecimento retido é conhecimento perdido"
# Custom assets can be linked with their paths relative to static/
custom_css = []
custom_js = []
[params.social]
Github = "gomex"
Email = "me@gomex.me"
Twitter = "gomex"
LinkedIn = "rbgomes"
Stackoverflow = "gomex"
Medium = "gomex"
Telegram = "gomex"
RSS = "/blog/index.xml"
## Main Menu
[[menu.main]]
name = "blog"
weight = 100
identifier = "blog"
url = "/blog/"
[[menu.main]]
name = "mentoria devops"
identifier = "mentoriadevops"
weight = 200
url = "https://mentoriadevops.io/"
[[menu.main]]
name = "about"
identifier = "about"
weight = 300
url = "/about/"
[[menu.main]]
name = "resume"
identifier = "resume"
weight = 300
url = "https://gomex.github.io/"