Skip to content
This repository was archived by the owner on Dec 28, 2017. It is now read-only.

Commit 66fa105

Browse files
committed
Adds development config file
1 parent a8bfc1a commit 66fa105

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

_dev_config.yml

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
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]

0 commit comments

Comments
 (0)