-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
executable file
·107 lines (86 loc) · 2.17 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
baseURL = "https://azul.netlify.app/"
title = "AZUL"
copyright = "Copyright © 2008–202?, Pedro Cavalcante & Daniel Coutinho; all rights reserved."
paginate = 2
languageCode = "pt-br"
DefaultContentLanguage = "pt-br"
enableInlineShortcodes = true
footnoteReturnLinkContents = "^"
googleAnalytics = ""#"UA-123754589-1"
DisqusShortname = ""
theme = "hugo-theme-chunky-poster"
[permalinks]
post = "/:year/:month/:day/:slug/"
[menu]
[[menu.main]]
identifier = "home"
name = "Home"
url = "/"
weight = 10
[[menu.main]]
identifier = "Sobre"
name = "Sobre"
url = "/about/"
weight = 0
[[menu.main]]
identifier = "Tags"
name = "Tags"
url = "/tags/"
weight = 0
[[menu.main]]
identifier = "Categorias"
name = "Categorias"
url = "/categories/"
weight = 0
[taxonomies]
category = "categories"
tag = "tags"
series = "series"
author = "authors"
[params]
author = "Daniel Coutinho e Pedro Cavalcante"
description = "Economia, Estatística, Programação"
homepageImage = "/avatar.png"
share = true
showLanguageSwitcher = false
enableRSS = true
enableToc = true
# Custom CSS and JS. Relative to /static/css and /static/js respectively.
customCSS = []
customJS = []
[params.social]
rss = true
github = "https://github.com/danmrc/azul/tree/master/C%C3%B3digos"
[params.prismJS]
enable = false
theme = "okaidia"
[params.commento]
enable = false
url = "https://commento.io"
[markup]
[markup.highlight]
codeFences = true
guessSyntax = false
hl_Lines = ""
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
style = "monokai"
tabWidth = 4
[services]
[services.instagram]
disableInlineCSS = true
[services.twitter]
disableInlineCSS = true
[security]
enableInlineShortcodes = true
[security.exec]
allow = ['^dart-sass-embedded$', '^go$', '^npx$', '^postcss$']
osEnv = ['(?i)^(PATH|PATHEXT|APPDATA|TMP|TEMP|TERM)$']
[security.funcs]
getenv = ['^HUGO_','^BLOGDOWN_']
[security.http]
methods = ['(?i)GET|POST']
urls = ['.*']
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]