-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
51 lines (47 loc) · 1.37 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
title = "Rodrigo Almeida"
baseURL = "https://rodrigoalmeida94.github.io/rodrigoalmeida/"
theme = "researcher"
disableKinds = ["taxonomy", "term"]
enableEmoji = true
math = false # enable KaTeX (https://katex.org/) globally
googleAnalytics = "G-QCSW64JHJ8"
enableRobotsTXT = true
[params]
author = "Rodrigo Almeida"
description = "Geo-Information, AI and Cloud Engineer"
favicon = "./favicon.ico" # path to a .ico to use as favicon
logo = "" # url or path to a logo to put in the header
[params.footer]
text = "© 2024 Rodrigo Almeida"
[params.style] # appearance options (can be omitted)
fontFamily = "Inconsolata"
fontSize = "14pt"
pageWidth = "750px"
avatarSize = "160px"
colorBlack = "#222222"
colorRed = "#8ae234"
[[params.socialIcons]]
icon = "fas fa-envelope"
title = "E-mail"
url = "mailto:[email protected]"
[[params.socialIcons]]
icon = "fab fa-github"
title = "GitHub"
url = "https://github.com/rodrigoalmeida94"
[[params.socialIcons]]
icon = "fab fa-linkedin"
title = "LinkedIn"
url = "https://www.linkedin.com/in/rodrigomalmeida/"
[permalinks]
"/" = "/:filename"
[menu]
[[menu.main]]
name = "About"
url = "/"
weight = 1
[[menu.main]]
name = "Contact"
url = "/contact"
weight = 2
[markup.goldmark.renderer]
unsafe = true # allow raw HTML in markdown files