This repository was archived by the owner on Dec 28, 2017. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +44
-0
lines changed
Expand file tree Collapse file tree 1 file changed +44
-0
lines changed Original file line number Diff line number Diff line change 1+ # Created by webjeda - http://webjeda.com
2+
3+ # Site settings
4+ title : " Pizza de Dados"
5+ title-font-size : ' 4em'
6+ lang : pt-br
7+
8+ email : pizzadedados@gmail.com
9+ description : > # this means to ignore newlines until "baseurl:"
10+ Pizza de Dados podcast, um podcast onde pessoas comuns discutem ciência de dados
11+ baseurl : " "
12+ # url: "http://podcast.datascience.pizza" # the base hostname & protocol for your site
13+
14+ permalink : :title/
15+
16+ # Build settings
17+ markdown : kramdown
18+ highlight : rouge
19+ paginate : 5
20+ paginate_path : /page:num/
21+
22+ # feed
23+ description : O podcast Brasileiro sobre ciência de dados.
24+ author : Leticia Portella, Jessica Temporal e Gustavo Coelho
25+ image-url : http://podcast.datascience.pizza/images/avatar.large.png
26+
27+ # Tracker
28+ # analytics: UA-106178084-2
29+
30+ # Comments
31+ # disqus-shortname: pizzadedados
32+
33+ # Contact form
34+ # Go to https://getsimpleform.com and get a API token by signing up with your email and enter that here
35+ # api-token:
36+
37+ # CSS
38+ sass :
39+ style : compressed
40+
41+
42+ include : [_pages, images/avatar.large.png]
43+
44+ plugins : [jekyll-paginate, jekyll-seo-tag]
You can’t perform that action at this time.
0 commit comments