-
Notifications
You must be signed in to change notification settings - Fork 4
/
_config.yml
57 lines (50 loc) · 875 Bytes
/
_config.yml
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
# Site settings
title: Grupo de Pesquisa SEED.BR
email: [email protected]
baseurl: ""
url: ""
# Build settings
markdown: kramdown
permalink: ":title/index.html"
# Opcoes para kramdown
kramdown:
parse_block_html: true
# Nao copie estes arquivos para _site
exclude:
- README.markdown
- script
- samples
# Nao apague estes arquivos ao executar build
keep_files:
- .git
- .svn
- javascript
collections:
pages:
output: true
permalink: ":title/index.html"
members:
output: true
permalink: /members/:path
slides:
output: true
permalink: ":title/index.html"
# Configuracoes padrao para posts
defaults:
-
scope:
path: ""
values:
layout: "post"
-
scope:
path: ""
type: "pages"
values:
layout: "page"
-
scope:
path: ""
type: "slides"
values:
layout: "revealjs"