Skip to content

Commit 2ed4729

Browse files
committed
chore: add build
1 parent a280853 commit 2ed4729

156 files changed

Lines changed: 11526 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

config.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ summaryLength = "15"
1111
disqusShortname = "curso-r-com"
1212
# disable language
1313
disableLanguages = ["en"]
14+
publishDir = "docs"
1415

1516
############################# Plugins ##########################
1617
# css plugins

docs/.htaccess

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
<IfModule mod_deflate.c>
2+
AddOutputFilterByType DEFLATE text/plain
3+
AddOutputFilterByType DEFLATE text/html
4+
AddOutputFilterByType DEFLATE text/xml
5+
AddOutputFilterByType DEFLATE text/css
6+
AddOutputFilterByType DEFLATE application/xml
7+
AddOutputFilterByType DEFLATE application/xhtml+xml
8+
AddOutputFilterByType DEFLATE application/rss+xml
9+
AddOutputFilterByType DEFLATE application/javascript
10+
AddOutputFilterByType DEFLATE application/x-javascript
11+
AddOutputFilterByType DEFLATE image/jpg
12+
AddOutputFilterByType DEFLATE image/png
13+
AddOutputFilterByType DEFLATE image/gif
14+
AddOutputFilterByType DEFLATE image/jpeg
15+
AddOutputFilterByType DEFLATE image/svg+xml
16+
</IfModule>
17+
18+
<IfModule mod_expires.c>
19+
ExpiresActive On
20+
21+
# Images
22+
ExpiresByType image/jpeg "access plus 1 year"
23+
ExpiresByType image/gif "access plus 1 year"
24+
ExpiresByType image/png "access plus 1 year"
25+
ExpiresByType image/webp "access plus 1 year"
26+
ExpiresByType image/svg+xml "access plus 1 year"
27+
ExpiresByType image/x-icon "access plus 1 year"
28+
29+
# Video
30+
ExpiresByType video/webm "access plus 1 year"
31+
ExpiresByType video/mp4 "access plus 1 year"
32+
ExpiresByType video/mpeg "access plus 1 year"
33+
34+
# Fonts
35+
ExpiresByType font/ttf "access plus 1 year"
36+
ExpiresByType font/otf "access plus 1 year"
37+
ExpiresByType font/woff "access plus 1 year"
38+
ExpiresByType font/woff2 "access plus 1 year"
39+
ExpiresByType application/font-woff "access plus 1 year"
40+
41+
# CSS, JavaScript
42+
ExpiresByType text/css "access plus 1 year"
43+
ExpiresByType text/javascript "access plus 1 year"
44+
ExpiresByType application/javascript "access plus 1 year"
45+
46+
# Others
47+
ExpiresByType application/pdf "access plus 1 year"
48+
ExpiresByType image/vnd.microsoft.icon "access plus 1 year"
49+
</IfModule>

docs/404.html

Lines changed: 223 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,223 @@
1+
<!DOCTYPE html>
2+
<html lang="pt-br">
3+
<head>
4+
<meta charset="utf-8">
5+
6+
7+
<title>404 Page not found</title>
8+
<meta name="title" content="404 Page not found">
9+
<meta name="description" content="A Curso-R é uma empresa de cursos de programação em R e consultoria em ciência de dados. Nossa missão é descomplicar a ciência de dados para a comunidade.">
10+
11+
12+
<meta property="og:type" content="website">
13+
<meta property="og:url" content="https://curso-r.com/">
14+
<meta property="og:title" content="404 Page not found">
15+
<meta property="og:description" content="A Curso-R é uma empresa de cursos de programação em R e consultoria em ciência de dados. Nossa missão é descomplicar a ciência de dados para a comunidade.">
16+
<meta property="og:image" content="https://curso-r.com/images/home.webp">
17+
18+
19+
<meta property="twitter:card" content="summary_large_image">
20+
<meta property="twitter:url" content="https://curso-r.com/">
21+
<meta property="twitter:title" content="404 Page not found">
22+
<meta property="twitter:description" content="A Curso-R é uma empresa de cursos de programação em R e consultoria em ciência de dados. Nossa missão é descomplicar a ciência de dados para a comunidade.">
23+
<meta property="twitter:image" content="https://curso-r.com/images/home.webp">
24+
25+
<!-- mobile responsive meta -->
26+
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
27+
<meta name="description" content="A Curso-R é uma empresa de cursos de programação em R e consultoria em ciência de dados. Nossa missão é descomplicar a ciência de dados para a comunidade.">
28+
29+
<meta name="author" content="Curso-R">
30+
<meta name="generator" content="Hugo 0.108.0">
31+
32+
<!-- plugins -->
33+
34+
<link rel="stylesheet" href="/plugins/bootstrap/bootstrap.min.css">
35+
36+
<link rel="stylesheet" href="/plugins/themify-icons/themify-icons.css">
37+
38+
<link rel="stylesheet" href="/plugins/magnific-popup/magnific-popup.css">
39+
40+
<link rel="stylesheet" href="/plugins/slick/slick.css">
41+
42+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Anaheim%7cQuattrocento&#43;Sans:400,700&amp;display=swap">
43+
44+
<link rel="stylesheet" href="/css/hex.css">
45+
46+
<link rel="stylesheet" href="/css/linktree.css">
47+
48+
49+
<!-- Main Stylesheet -->
50+
51+
<link rel="stylesheet" href="/css/style.min.css" media="screen">
52+
53+
<!-- Custom stylesheet - for your changes -->
54+
55+
<link rel="stylesheet" href="/css/custom.min.css" media="screen">
56+
57+
<!--Favicon-->
58+
<link rel="shortcut icon" href="/images/favicon.webp" type="image/x-icon">
59+
<link rel="icon" href="/images/favicon.webp" type="image/x-icon">
60+
61+
62+
<!-- Global Site Tag (gtag.js) - Google Analytics -->
63+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-87272102-2"></script>
64+
<script>
65+
window.dataLayer = window.dataLayer || [];
66+
function gtag(){dataLayer.push(arguments);}
67+
gtag('js', new Date());
68+
69+
gtag('config', 'UA-87272102-2');
70+
</script>
71+
72+
73+
</head>
74+
75+
76+
<body id="body" data-spy="scroll" data-target=".navbar" data-offset="55">
77+
<div id="content">
78+
79+
80+
81+
<section class="sticky-top navigation">
82+
<div class="container">
83+
<nav class="navbar navbar-expand-lg navbar-dark">
84+
<a class="navbar-brand p-0" href="/">
85+
86+
<img class="lozad" data-src="/images/logo_col_branco.webp" alt="Curso-R | Descomplicando a Ciência de Dados" height="42">
87+
88+
</a>
89+
90+
<button class="navbar-toggler rounded-0" type="button" data-toggle="collapse" data-target="#navigation">
91+
<span class="navbar-toggler-icon"></span>
92+
</button>
93+
94+
<div class="collapse navbar-collapse" id="navigation">
95+
<ul class="navbar-nav ml-auto">
96+
97+
<li class="nav-item">
98+
<a class="nav-link" href="/#about">Sobre</a>
99+
</li>
100+
101+
<li class="nav-item">
102+
<a class="nav-link" href="http://www.rseis.com.br">Consultoria</a>
103+
</li>
104+
105+
<li class="nav-item">
106+
<a class="nav-link" href="/#canal_yt">YouTube</a>
107+
</li>
108+
109+
<li class="nav-item">
110+
<a class="nav-link" href="/#team">Equipe</a>
111+
</li>
112+
113+
<li class="nav-item">
114+
<a class="nav-link" href="/#forum">Fórum de dúvidas</a>
115+
</li>
116+
117+
<li class="nav-item">
118+
<a class="nav-link" href="/#blog">Blog</a>
119+
</li>
120+
121+
<li class="nav-item">
122+
<a class="nav-link" href="/material">Material</a>
123+
</li>
124+
125+
<li class="nav-item">
126+
<a class="nav-link" href="/pacotes">Pacotes</a>
127+
</li>
128+
129+
<li class="nav-item">
130+
<a class="nav-link" href="/#contact">Contato</a>
131+
</li>
132+
133+
</ul>
134+
135+
</div>
136+
</nav>
137+
</div>
138+
</section>
139+
140+
141+
<section class="section">
142+
<div class="container">
143+
<div class="row">
144+
<div class="col-12 text-center">
145+
<h2>Página não encontrada</h2>
146+
<a class="btn btn-main" href="/"><strong>Página principal</strong></a>
147+
</div>
148+
</div>
149+
</div>
150+
</section>
151+
152+
153+
</div><!-- end Contact Area -->
154+
<footer id="footer" class="section-bg">
155+
<div class="container">
156+
<div class="row wow fadeInUp" data-wow-duration="500ms">
157+
<div class="col-xl-12">
158+
159+
<!-- Footer Social Links -->
160+
<div class="social-icon">
161+
<ul class="list-inline">
162+
163+
<li class="list-inline-item"><a href="https://www.youtube.com/channel/UCTXuqtCYxPVEehq6fJY9GkA" target = "_blank"><i class="ti-youtube"></i></a></li>
164+
165+
<li class="list-inline-item"><a href="https://twitter.com/curso_r" target = "_blank"><i class="ti-twitter-alt"></i></a></li>
166+
167+
<li class="list-inline-item"><a href="https://www.instagram.com/cursoo_r/" target = "_blank"><i class="ti-instagram"></i></a></li>
168+
169+
<li class="list-inline-item"><a href="https://www.facebook.com/cursodeR/" target = "_blank"><i class="ti-facebook"></i></a></li>
170+
171+
<li class="list-inline-item"><a href="https://br.linkedin.com/company/curso-r" target = "_blank"><i class="ti-linkedin"></i></a></li>
172+
173+
<li class="list-inline-item"><a href="https://github.com/curso-r" target = "_blank"><i class="ti-github"></i></a></li>
174+
175+
</ul>
176+
</div>
177+
178+
<!-- copyright -->
179+
<div class="copyright text-center">
180+
<a href="/">
181+
<img src="/images/logo_col_branco.webp" alt="Curso-R | Descomplicando a Ciência de Dados" height="42" />
182+
</a>
183+
<br>
184+
<p>© Copyright Curso-R 2024. Todos os direitos reservados.</p>
185+
<p>Tema por <a href="https://themefisher.com">Themefisher</a>. Site feito em <a href="https://gohugo.io/">Hugo</a> com o pacote <a href="https://bookdown.org/yihui/blogdown/">{blogdown}</a>.</p>
186+
</div>
187+
</div>
188+
</div>
189+
</div>
190+
</footer>
191+
<!-- /footer -->
192+
193+
<!-- Google Map API -->
194+
195+
196+
<!-- JS Plugins -->
197+
198+
<script src="/plugins/jquery/jquery.min.js"></script>
199+
200+
<script src="/plugins/bootstrap/bootstrap.min.js"></script>
201+
202+
<script src="/plugins/slick/slick.min.js"></script>
203+
204+
<script src="/plugins/shuffle/shuffle.min.js"></script>
205+
206+
<script src="/plugins/magnific-popup/jquery.magnific-popup.min.js"></script>
207+
208+
<script src="/plugins/lazy-load/lozad.min.js"></script>
209+
210+
<script src="/plugins/google-map/map.js"></script>
211+
212+
<script src="https://platform.illow.io/banner.js?siteId=962b4071-1b48-4756-8b80-68101acc70df"></script>
213+
214+
215+
<!-- Main Script -->
216+
217+
<script src="/js/script.min.6551d7ae7a6f427b013d00f8473133e0c81a3195ad032b25d9e421eb873ae9e3ba7b1cd187288ba9aa0cc63a3045c15d.js" integrity="sha384-ZVHXrnpvQnsBPQD4RzEz4MgaMZWtAysl2eQh64c66eO6exzRhyiLqaoMxjowRcFd"></script>
218+
219+
220+
221+
</body>
222+
223+
</html>

docs/_redirects

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
/blog/ https://blog.curso-r.com
2+
/blog https://blog.curso-r.com
3+
/blog/* https://blog.curso-r.com/posts/:splat
4+
/material/api https://livro.curso-r.com/
5+
/material/forcats https://livro.curso-r.com/
6+
/material/ggplot https://livro.curso-r.com/8-graficos.html
7+
/material/importacao https://livro.curso-r.com/5-importacao.html
8+
/material/instalacao https://livro.curso-r.com/1-instalacao.html
9+
/material/lubridate https://livro.curso-r.com/
10+
/material/manipulacao https://livro.curso-r.com/7-manipulacao.html
11+
/material/modelagem https://livro.curso-r.com/
12+
/material/pipe https://livro.curso-r.com/11-2-pipe-1.html
13+
/material/purrr https://livro.curso-r.com/9-funcionais.html
14+
/material/r-base https://livro.curso-r.com/3-r-base.html
15+
/material/rstudio https://livro.curso-r.com/2-rstudio.html
16+
/material/shiny https://livro.curso-r.com/
17+
/material/stringr https://livro.curso-r.com/
18+
/material/webscraping https://livro.curso-r.com/
19+
/material/* https://livro.curso-r.com/
20+
/trilhas/* https://loja.curso-r.com/trilhas-de-formac-o.html
21+
/cursos/* https://loja.curso-r.com/
22+

0 commit comments

Comments
 (0)