-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
168 lines (141 loc) · 3.87 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
# default config
baseurl = "https://blog.curso-r.com/"
languageCode = "pt-br"
title = "Blog | Curso-R"
theme = "parsa-hugo"
summaryLength = "10"
paginate = 6
publishdir = "docs"
disqusShortname = "curso-r-com"
lastmod = ["lastmod", ":fileModTime", ":default"]
# output
[outputs]
home = ["HTML", "RSS", "JSON"]
# CSS Plugins
[[params.plugins.css]]
link = "plugins/bootstrap/bootstrap.min.css"
[[params.plugins.css]]
link = "plugins/slick/slick.css"
[[params.plugins.css]]
link = "plugins/themify-icons/themify-icons.css"
[[params.plugins.css]]
link = "css/custom.css"
[[params.plugins.css]]
link = "css/github.css"
# JS Plugins
[[params.plugins.js]]
link = "plugins/jQuery/jquery.min.js"
[[params.plugins.js]]
link = "plugins/bootstrap/bootstrap.min.js"
[[params.plugins.js]]
link = "plugins/slick/slick.min.js"
[[params.plugins.js]]
link = "plugins/headroom/headroom.js"
[[params.plugins.js]]
link = "plugins/instafeed/instafeed.min.js"
[[params.plugins.js]]
link = "plugins/masonry/masonry.js"
[[params.plugins.js]]
link = "plugins/reading-time/readingTime.min.js"
[[params.plugins.js]]
link = "plugins/smooth-scroll/smooth-scroll.js"
[[params.plugins.js]]
link = "plugins/search/fuse.min.js"
[[params.plugins.js]]
link = "plugins/search/mark.js"
[[params.plugins.js]]
link = "plugins/search/search.js"
[[params.plugins.js]]
link = "js/highlight.pack.js"
[[params.plugins.js]]
link = "https://platform.illow.io/banner.js?siteId=962b4071-1b48-4756-8b80-68101acc70df"
# navigation
[[menu.main]]
name = "Blog"
url = "#"
weight = 1
[[menu.main]]
name = "Desafios"
url = "https://blog.curso-r.com/categories/desafio"
weight = 2
[[menu.main]]
name = "Cursos"
url = "https://www.curso-r.com/cursos"
weight = 3
[[menu.main]]
name = "Curso-R"
url = "https://www.curso-r.com"
weight = 4
# deult parameter
[params]
logo = "images/logo.webp"
footerLogo = "images/footerLogo.webp"
home = "Home"
footerImage = "images/footerImage.webp"
# theme layout ( two layout is available, "1" and "2" )
layout = "1"
# Meta data
description = "Este é o blog da Curso-R. Aqui você encontra tutoriais, análises de temas cotidianos e tudo o mais que o maravilhoso universo do R tem a nos oferecer."
# Preloader
preloader = true
# search
search = true
# about author
author = "Curso-R"
author_image = "images/banner-img.png"
bio = "Este é o blog da Curso-R. Aqui você encontra tutoriais, análises de temas cotidianos e tudo o mais que o maravilhoso universo do R tem a nos oferecer."
# Contact info
email = "[email protected]"
address = "[Acesse nosso fórum](https://discourse.curso-r.com/)"
# Contact Form Action
contact_form_action = "#"
# Google Analitycs
google_analitycs_id = "UA-87272102-2"
# copyright
copyright = "Copyright © 2021 Curso-R"
# Instagram feed
[params.instafeed]
enable = true
access_token = "IGQVJYeUk4YWNIY1h4OWZANeS1wRHZARdjJ5QmdueXN2RFR6NF9iYUtfcGp1NmpxZA3RTbnU1MXpDNVBHTzZAMOFlxcGlkVHBKdjhqSnUybERhNWdQSE5hVmtXT013MEhOQVJJRGJBRURn"
# cookies
[params.cookies]
enable = false
expire_days = 2
# social site
[[params.social]]
icon = "ti-github"
url = "https://github.com/curso-r"
[[params.social]]
icon = "ti-twitter-alt"
url = "https://twitter.com/curso_r"
[[params.social]]
icon = "ti-instagram"
url = "https://www.instagram.com/cursoo_r/"
[[params.social]]
icon = "ti-linkedin"
url = "https://br.linkedin.com/company/curso-r"
[[params.social]]
icon = "ti-facebook"
url = "https://www.facebook.com/cursodeR/"
# Authors
[[params.authors]]
name = "Athos"
link = "https://twitter.com/athos_damiani"
[[params.authors]]
name = "Beatriz Milz"
link = "https://twitter.com/BeaMilz"
[[params.authors]]
name = "Caio"
link = "https://twitter.com/ctlente"
[[params.authors]]
name = "Daniel"
link = "https://twitter.com/dfalbel"
[[params.authors]]
name = "Fernando"
link = "https://twitter.com/Azeloc"
[[params.authors]]
name = "Julio"
link = "https://twitter.com/jtrecenti"
[[params.authors]]
name = "William"
link = "https://wamorim.com/"