-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
76 lines (63 loc) · 1.46 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
baseURL = "/"
languageCode = "en-us"
DefaultContentLanguage = "pt-br"
title = "William Amorim"
theme = "anatole"
relativeurls = true
summarylength = 10
enableEmoji = true
enableRobotsTXT = true
publishdir = "docs"
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_cache$", "\\.knit\\.md$", "\\.utf8\\.md$"]
# Syntax highlighting
pygmentsUseClasses = true
pygmentsCodeFences = true
pygmentsCodefencesGuessSyntax = true
[params]
title = "William Amorim"
author = "William Amorim"
description = "Este é o meu canto na internet."
profilePicture = "images/profile.jpg"
keywords = ["william amorim"]
favicon = "favicons/"
customCss = ["css/custom.css"]
customJs = ["js/slideshow.js"]
mainSections = ["blog", "contos", "fotos"]
doNotLoadAnimations = false
## Math settings
[params.math]
enable = true
use = "mathjax"
## Social links
# use 'fab' when brand icons, use 'fas' when standard solid icons.
[[params.socialIcons]]
icon = "fab fa-github"
title = "GitHub"
url = "https://github.com/williamorim"
## Menu items
[menu]
[[menu.main]]
name = "Home"
weight = 100
identifier = "home"
url = "/"
[[menu.main]]
name = "Fotos"
weight = 200
identifier = "fotos"
url = "/fotos/"
[[menu.main]]
name = "Blog"
weight = 300
identifier = "blog"
url = "/blog/"
[[menu.main]]
name = "Contos"
weight = 400
identifier = "contos"
url = "/contos/"
[[menu.main]]
name = "Profissional"
weight = 500
identifier = "profissional"
url = "/profissional/"