-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
39 lines (37 loc) · 962 Bytes
/
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
title = "Neat as Wine"
baseURL = "https://ddspog.github.io/neat-as-wine/"
tags = ["data visualization", "data analysis", "data science", "blog"]
languageCode = "pt-br"
config = "config.toml"
theme = "osprey-ptbr"
publishDir = "docs"
DisqusShortname = "neat-as-wine"
[Params]
tagline = "DataVis Blog por ddspog"
author = "Dênnis Dantas de Sousa"
description = "Um blog para falar de dados elegantes."
logoBig = "/images/wine.png"
logoSmall = "/images/wine-logo.png"
opengraphImage = "/images/wine.png"
github = "ddspog"
email = "[email protected]"
highlightJS = true
copyright = true
credit = true
freepik = true
customCSS = true
cacheBustCSS = false
cacheBustJS = false
ajaxFormspree = true
[[menu.main]]
name = "Sobre"
url = "/#about"
weight = 1
[[menu.main]]
name = "Blog"
url = "/#blog"
weight = 2
[[menu.main]]
name = "Contato"
url = "/#contact"
weight = 3