-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
86 lines (76 loc) · 1.76 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
81
82
83
84
85
86
title: NetPonto | A Comunidade .NET em Portugal
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
A comunidade NetPonto é uma iniciativa independente e sem fins lucrativos,
que tem como simples e único objectivo a partilha de conhecimento na área de
arquitectura e desenvolvimento de software na plataforma .NET, na tentativa
de disseminar o conhecimento diferenciado de cada um de seus membros.
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://netponto.github.io" # the base hostname & protocol for your site
relative_permalinks: false
repository: netponto/netponto.github.io
collections:
meetings:
output: true
permalink: /reunioes/:path/
sessions:
output: true
permalink: /sessoes/:title/
events:
output: true
permalink: /eventos/:path/
members:
output: true
permalink: /membros/:path/
revista-programar:
output: true
permalink: /revista-programar/:path/
permalink: /:categories/:title/
defaults:
- scope:
path: ""
type: meetings
values:
layout: meeting-pages
- scope:
path: ""
type: sessions
values:
layout: session-pages
- scope:
path: ""
type: events
values:
layout: event-pages
- scope:
path: ""
type: members
values:
layout: member-profile
- scope:
path: ""
type: revista-programar
values:
layout: page
safe: true
markdown: kramdown
highlighter: rouge
exclude:
- README.md
- LICENSE
- Gemfile
- Gemfile.lock
- serve.sh
- package-lock.json
- package.json
- node_modules/
- gulpfile.js
show_drafts: false
future: false
gems:
- jekyll-redirect-from
- jekyll-sitemap
- jemoji
sass:
sass_dir: assets
style: compressed