-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy path_config.yml
More file actions
executable file
·37 lines (30 loc) · 833 Bytes
/
_config.yml
File metadata and controls
executable file
·37 lines (30 loc) · 833 Bytes
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
# general
title: DEVNAESTRADA
email: contato@devnaestrada.com.br
email_address: contato@devnaestrada.com.br
baseurl: "/"
description: "O podcast mais tradicional sobre desenvolvimento! Toda sexta-feira um novo episódio sobre tecnologias, entrevistas com profissionais na área, tudo com muito humor e alegria"
url: "https://devnaestrada.com.br"
# blog
paginate: 10
paginate_path: "/podcast/:num/"
future: true
# Libsyn
libsyn_prefix: "https://traffic.libsyn.com/devnaestrada/"
dne_capa: "https://assets.libsyn.com/secure/show/104268/dne-1400.png"
# Google Analytics
google_analytics: UA-63291340-1
# Disqus
disqus_shortname: devnaestrada
# Facebook
facebook_meta: true
exclude:
- package.json
- node_modules
- gulpfile.js
- vendor
# Jekyll build config
markdown: kramdown
# Required gems
plugins:
- jekyll-paginate