-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
109 lines (85 loc) · 2.84 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
baseurl = "https://www.fabiooliveira.me"
title = "fabiooliveira"
theme = "hugo-coder"
languagecode = "en"
paginate = 20
canonifyurls = true
pygmentsstyle = "b2"
pygmentscodefences = true
pygmentscodefencesguesssyntax = true
disqusShortname = "fabiooliveira-me"
googleAnalytics = "UA-132353875-1"
uglyURLs = true
[params]
author = "Fabio Oliveira"
description = "Fabio Oliveira's personal website"
keywords = "freelancer,architect,blog,developer,personal,software,cloud,agile,devops"
info = "Solution Architect, Cloud, Agile Coach, DevOps, Polyglot Software Engineer and everything else..."
avatarurl = "images/fabio.jpeg"
footercontent = "Not always right, but always learning"
dateformat = "January 2, 2006"
hideCredits = false
hideCopyright = false
# Git Commit in Footer, uncomment the line below to enable it.
commit = "https://github.com/fbdo/site/tree/"
rtl = false
# Use inverted colors
inverted = false
# Custom CSS
# custom_css = ["css/numered-headers.css"]
[[params.social]]
name = "Github"
icon = "fab fa-github"
weight = 1
url = "https://github.com/fbdo/"
[[params.social]]
name = "Twitter"
icon = "fab fa-twitter"
weight = 3
url = "https://twitter.com/fbdo/"
[[params.social]]
name = "LinkedIn"
icon = "fab fa-linkedin"
weight = 4
url = "https://www.linkedin.com/in/fabiobragaoliveira/"
[[params.social]]
name = "LinkedIn"
icon = "fab fa-xing"
weight = 4
url = "https://www.xing.com/profile/Fabio_Oliveira9"
# [[params.social]]
# name = "Medium"
# icon = "fab fa-medium"
# weight = 5
# url = "https://medium.com/@johndoe"
[languages]
[languages.en]
languagename = "English" # The language name to be displayed in the selector.
title = "Fabio Oliveira"
# You can configure the theme parameter for each language.
[languages.en.params]
author = "Fabio Oliveira"
info = "Solution Architect, Cloud, Agile Coach, DevOps, Polyglot Software Engineer and everything else..."
description = "Fabio Oliveira's personal website"
keywords = "blog,developer,personal"
[languages.en.menu] # It is possible to change the menu too.
[[languages.en.menu.main]]
name = "Résumé"
weight = 1
url = "https://fbdo.github.io/resume/"
[[languages.en.menu.main]]
name = "Blog"
weight = 2
url = "/posts.html"
[[languages.en.menu.main]]
name = "Projects"
weight = 3
url = "https://github.com/fbdo?tab=repositories"
[[languages.en.menu.main]]
name = "Contact me"
weight = 4
url = "https://twitter.com/messages/compose?recipient_id=31106182"
[[languages.en.menu.main]]
name = "GPG Key"
weight = 5
url = "/gpg/fabio.braga-public.key"