-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
115 lines (115 loc) · 2.71 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
108
109
110
111
112
113
114
115
baseURL = "https://premio.jornalismodedados.org/"
languageCode = "pt-br"
summaryLength = "10"
theme = "kross-hugo"
title = "Prêmio de Jornalismo de Dados"
[[menu.main]]
name = "2022"
parent = "edições"
url = "edicoes/2022"
weight = 3
[[menu.main]]
name = "2023"
parent = "edições"
url = "edicoes/2023"
weight = 2
[[menu.main]]
name = "2024"
parent = "edições"
url = "edicoes/2024"
weight = 1
[[menu.main]]
name = "2019"
parent = "edições"
url = "edicoes/2019"
weight = 6
[[menu.main]]
name = "Manual"
parent = "Jornalismo de Dados"
url = "https://jornalismodedados.org"
weight = 3
[[menu.main]]
name = "2020"
parent = "edições"
url = "edicoes/2020"
weight = 5
[[menu.main]]
name = "Fórum"
parent = "Jornalismo de Dados"
url = "https://forum.jornalismodedados.org"
weight = 2
[[menu.main]]
name = "Ferramentas"
parent = "Jornalismo de Dados"
url = "https://kit.jornalismodedados.org"
weight = 1
[[menu.main]]
name = "2021"
parent = "edições"
url = "edicoes/2021"
weight = 4
[[menu.main]]
URL = "regulamento/faq"
name = "FAQ"
weight = 4
[[menu.main]]
name = "edições"
url = "#"
weight = 4
[[menu.main]]
name = "Jornalismo de Dados"
url = "https://jornalismodedados.org"
weight = 5
[[menu.main]]
URL = "regulamento/2024"
name = "Regulamento"
weight = 2
[[menu.main]]
URL = "about"
name = "Sobre"
weight = 1
[params]
address = "https://escoladedados.org"
author = "Escola de Dados"
copyright = "Nosso conteúdo está disponível sob a licença Creative Commons Atribuição 4.0 Internacional, e pode ser compartilhado e reutilizado para trabalhos derivados, desde que citada a fonte."
css = ["css/style.css"]
description = "Site do Prêmio Cláudio Weber Abramo de Jornalismo de Dados"
email = "escoladedados [arroba] ok.org.br"
google_analitycs_id = "G-8L45EWVR5H"
home = "Home"
logo = "images/logo.png"
phone = ""
socialshareimg = "images/socialshare.png"
theme_color = "#250040"
[params.contact]
enable = false
form_action = "#"
[[params.plugins.css]]
URL = "plugins/bootstrap/bootstrap.min.css"
[[params.plugins.css]]
URL = "plugins/slick/slick.css"
[[params.plugins.css]]
URL = "plugins/themify-icons/themify-icons.css"
[[params.plugins.js]]
URL = "plugins/jQuery/jquery.min.js"
[[params.plugins.js]]
URL = "plugins/bootstrap/bootstrap.min.js"
[[params.plugins.js]]
URL = "plugins/slick/slick.min.js"
[[params.plugins.js]]
URL = "plugins/shuffle/shuffle.min.js"
[params.preloader]
enable = true
preloader = ""
[[params.social]]
URL = "https://twitter.com/escoladedados"
icon = "ti-twitter-alt"
[[params.social]]
URL = "https://www.linkedin.com/company/escola-de-dados"
icon = "ti-linkedin"
[[params.social]]
URL = "https://instagram.com/escoladedadosbr"
icon = "ti-instagram"
[[params.social]]
URL = "https://youtube.com/escoladedados"
icon = "ti-youtube"