-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
131 lines (117 loc) · 4.53 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
BaseUrl= "https://blog.jaydson.com/"
LanguageCode= "ptbr"
DefaultContentLanguage = "ptbr"
Title= "Jaydson Gomes"
Copyright = "Creative Commons - 2019"
canonifyurls = true
theme = "paper"
ignoreErrors = ["error-remote-getjson"]
[languages]
[languages.ptbr]
languageName = "ptbr"
contentDir = "content/ptbr"
title = "Jaydson Gomes"
weight = 1
[languages.ptbr.params]
description = "Desenvolvimento de Software, devaneios capitalistas aleatórios, música, tecnologia e sociedade"
metadescription = "Desenvolvimento de Software, devaneios capitalistas aleatórios, música, tecnologia e sociedade"
cover = "images/2016/10/jaydson-header.jpg"
author = "Jaydson Gomes"
email = "jaydson.gomes[at]protonmail.com"
twitter = "@jaydson"
authorlocation = "Porto Alegre, Brasil"
authorwebsite = "https://blog.jaydson.com"
bio= "Cofundador da @BrazilJS, Cofundador da @Nasc, Desenvolvedor de software, autor e editor no portal BrazilJS."
logo = "images/2016/09/logo-jaydson-gray-1.png"
paginate = 10
# Optional RSS-Link, if not provided it defaults to the standard index.xml
#RSSLink = "http://feeds.feedburner.com/..."
githubName = "jaydson"
twitterName = "jaydson"
facebookName = "jaydson"
instagramName = "jaydson"
linkedinName = "jaydson"
# set true if you are not proud of using Hugo (true will hide the footer note "Proudly published with HUGO.....")
hideHUGOSupport = false
[languages.ptbr.permalinks]
post = "/:slug/"
# Setting a value will load highlight.js and enable syntax highlighting using the style selected.
# See https://github.com/isagalaev/highlight.js/tree/master/src/styles for available styles
# A preview of above styles can be viewed at https://highlightjs.org/static/demo/
hjsStyle = "default"
[languages.ptbr.params.social]
twitter = "jaydson"
[[languages.ptbr.menu.main]]
name = "Palestras"
weight = -120
identifier = "talks"
url = "/palestras"
[[languages.ptbr.menu.main]]
name = "Sobre"
weight = -130
identifier = "about"
url = "/sobre"
[[languages.ptbr.menu.main]]
name = "Reviews"
weight = -129
identifier = "reviews"
url = "/reviews"
[[languages.ptbr.menu.main]]
name = "Listas"
weight = -129
identifier = "lists"
url = "/lists"
[languages.en]
languageName = "en"
contentDir = "content/en"
title = "Jaydson Gomes"
weight = 1
[languages.en.params]
description = "Software development, random capitalist daydreams, technology and society"
metadescription = "Software development, random capitalist daydreams, technology and society"
cover = "images/2016/10/jaydson-header.jpg"
author = "Jaydson Gomes"
email = "jaydson.gomes[at]protonmail.com"
twitter = "@jaydson"
authorlocation = "Porto Alegre, Brazil"
authorwebsite = "https://jaydson.com"
bio= "@BrazilJS co-founder, @On2 co-founder, Software developer (mostly JavaScript), BrazilJS author/editor"
logo = "images/2016/09/logo-jaydson-gray-1.png"
paginate = 10
# Optional RSS-Link, if not provided it defaults to the standard index.xml
#RSSLink = "http://feeds.feedburner.com/..."
githubName = "jaydson"
twitterName = "jaydson"
facebookName = "jaydson"
instagramName = "jaydson"
linkedinName = "jaydson"
# set true if you are not proud of using Hugo (true will hide the footer note "Proudly published with HUGO.....")
hideHUGOSupport = false
[languages.en.permalinks]
post = "/:slug/"
# Setting a value will load highlight.js and enable syntax highlighting using the style selected.
# See https://github.com/isagalaev/highlight.js/tree/master/src/styles for available styles
# A preview of above styles can be viewed at https://highlightjs.org/static/demo/
hjsStyle = "default"
[languages.en.params.social]
twitter = "jaydson"
[[languages.en.menu.main]]
name = "Talks"
weight = -120
identifier = "talks"
url = "/en/talks"
[[languages.en.menu.main]]
name = "About"
weight = -130
identifier = "about"
url = "/en/about"
[[languages.en.menu.main]]
name = "Reviews"
weight = -129
identifier = "reviews"
url = "/en/reviews"
[[languages.en.menu.main]]
name = "Lists"
weight = -129
identifier = "lists"
url = "/en/lists"