-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.toml
184 lines (154 loc) · 5.67 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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
# For a description of these parameters, please visit the theme wiki.
# https://github.com/pacollins/hugo-future-imperfect-slim/wiki/config.toml
baseurl = "http://pet.leg.ufpr.br/"
DefaultContentLanguage = "pt"
publishDir = "docs"
# canonifyURLs = "true"
# relativeURLs = "true"
title = "PET Estatística UFPR"
theme = "hugo-future-imperfect-slim"
paginate = 3
disqusShortname = ""
googleAnalytics = "UA-174760536-1"
pluralizeListTitles = false
disableLanguages = ["en", "fr", "pl", "de", "es", "zh-CN", "zh-TW", "ja"]
ignoreFiles = ["\\.R$", "\\.Rmd$", "\\.Rproj$", "\\.sh$", "\\.txt$", "\\.Rmarkdown$", "\\.knit\\.md$", "\\.utf8\\.md$", "_cache$"]
[markup.goldmark.renderer]
unsafe = true
[outputs]
home = ["html", "json"]
[params]
enableCDN = false
cssFiles = ["default"]
jsFiles = ["default"]
highlightjs = true
highlightjsTheme = "github"
highlightjsLang = ["html", "css", "js", "toml"]
viewMorePostsLink = "/blog/"
readingTime = true
socialShare = ["twitter", "facebook", "linkedin", "email"]
[params.meta]
description = "Site oficial do PET Estatística UFPR"
author = "Membros do PET Estatística UFPR"
favicon = true
svg = true
faviconVersion = "1"
msColor = "#ffffff"
iOSColor = "#ffffff"
[params.header]
navbarTitle = "PET Estatística UFPR"
dynamicTitles = true
searchMenu = true
shareMenu = true
languageMenu = false
[params.intro]
header = "PET Estatística UFPR"
paragraph = "Programa de Educação Tutorial (PET) do curso de Estatística da UFPR"
rssIntro = true
socialIntro = true
hideWhenSingleColumn = false
alwaysOnHomepage = false
[params.intro.pic]
src = "img/main/logo-pet-azul-logo.png"
shape = "circle"
width = ""
alt = "PET Estatística UFPR"
[params.sidebar]
about = "O PET Estatística foi fundado com o intuito de oferecer aos alunos da graduação, a possibilidade de ampliar o conhecimento e a interação com os professores do departamento."
postAmount = 5
categories = true
categoriesByCount = true
[params.footer]
rssFooter = true
socialFooter = true
[params.staticman]
enabled = false
api = "" # No Trailing Slash
gitProvider = ""
username = ""
repo = ""
branch = ""
[params.staticman.recaptcha]
siteKey = ""
encryptedKey = ""
[menu]
[[menu.main]]
name = "Home"
identifier = "home"
url = "/"
pre = "<i class='fa fa-home'></i>"
weight = 1
[[menu.main]]
name = "Sobre"
identifier = "about"
url = "/sobre/"
pre = "<i class='far fa-id-card'></i>"
weight = 2
[[menu.main]]
name = "Integrantes"
identifier = "integrantes"
url = "/integrantes/"
pre = "<i class='fas fa-users'></i>"
weight = 3
[[menu.main]]
name = "Processo Seletivo"
identifier = "selecao"
url = "/selecao/"
pre = "<i class='fas fa-bullhorn'></i>"
weight = 4
[[menu.main]]
name = "Semana Acadêmica"
identifier = "semana"
url = "/semana/"
pre = "<i class='fas fa-graduation-cap'></i>"
weight = 7
[[menu.main]]
name = "Blog"
identifier = "blog"
url = "/blog/"
pre = "<i class='far fa-newspaper'></i>"
weight = 6
[[menu.main]]
name = "Projetos"
identifier = "projetos"
url = "/projetos/"
pre = "<i class='fas fa-terminal'></i>"
weight = 5
[[menu.main]]
name = "Contato"
identifier = "contact"
url = "/contato/"
pre = "<i class='far fa-envelope'></i>"
weight = 8
[[menu.main]]
name = "Categorias"
identifier = "categories"
url = "/categories/"
pre = "<i class='fas fa-sitemap'></i>"
weight = 9
# [[menu.main]]
# name = "Teste"
# identifier = "teste"
# url = "/Teste/"
# pre = "<i class='fas fa-image'></i>"
# weight = 10
[social]
# Coding Communities
github = "pet-estatistica"
# Visual Art Communities
# flickr = "example"
# Publishing Communities
# medium = ""
# Professional/Business Oriented Communities
# linkedin = "example"
linkedin_company = "pet-estatistica-ufpr"
# slideshare = ""
# Social Networks
facebook = "PET.Estatistica.UFPR"
youtube = "channel/UCPFo2Z9zZeB-Xgg8sm9sBKg"
# whatsapp = "" # WhatsApp Number
instagram = "pet.est.ufpr"
# twitter = "example"
# telegram = "example"
# Email
email = "[email protected]"