-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
44 lines (39 loc) · 1.09 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
base_url = "https://rodolfoviana.com.br"
title = "rodolfo viana"
description = "aulas, estudos e publicações sobre ciência de dados"
default_language = "pt"
build_search_index = true
generate_feeds = true
compile_sass = true
minify_html = true
ignored_content = ["rascunhos/"]
feed_filenames = ["rss.xml"]
taxonomies = [{ name = "tags" }]
author = "rodolfo viana"
[markdown]
highlight_code = true
highlight_theme = "monokai"
external_links_target_blank = true
smart_punctuation = false
bottom_footnotes = true
extra_syntaxes_and_themes = ["syntaxes"]
[extra]
toc = true
use_cdn = false
favicon = "/favicon.png"
theme = "dark" # light, dark, auto, toggle
fancy_code = true
dynamic_note = true
mathjax = true
mathjax_dollar_inline_enable = true
comment = false
menu = [
{ name = "/projetos", url = "/projetos", weight = 1 },
{ name = "/aulas", url = "/aulas", weight = 2 },
{ name = "/currículo", url = "/curriculo", weight = 3 },
{ name = "/tags", url = "/tags", weight = 4 },
{ name = "/rss", url = "/rss.xml", weight = 5 },
]
custom_css = []
[extra.analytics]
enabled = false