-
Notifications
You must be signed in to change notification settings - Fork 14
/
_config.yml
80 lines (74 loc) · 1.36 KB
/
_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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
name: "GELOS"
description: "Grupo de Extensão em Livre & Open Source - ICMC USP"
url: "https://gelos.club"
sass:
style: compact
source: src
permalink: /:path/:basename/
exclude:
- "README.md"
- "*/README.md"
collections:
# Notícias para o público num geral
posts:
output: true
permalink: /:year/:month/:day/:title:output_ext
name: Notícias
# Relatórios de reuniões
meetings:
output: true
permalink: /reunioes/:year-:month-:day:output_ext
name: Reuniões
# Informações sobre projetos/atividades contínuas
projects:
output: true
permalink: /projetos/:title:output_ext
name: Projetos
# Páginas pessoais dos membros
members:
output: true
permalink: /membros/:title/
name: Membros
defaults:
-
scope:
type: posts
values:
show_date: true
layout: article
parent: /blog/
-
scope:
type: meetings
values:
pdf: true
show_date: true
layout: article
parent: /reunioes/
-
scope:
type: projects
values:
layout: article
parent: /projetos/
-
scope:
type: members
values:
layout: member
parent: /membros/
-
scope:
path: "api"
values:
layout: none
-
scope:
path: "assets"
values:
layout: none
-
scope:
path: ""
values:
layout: default