-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
89 lines (82 loc) · 1.61 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
87
88
89
# Configurações do Site
title: PO.B.R.E
email: your-email@example.com
description: "Portal Brasileiro de Romhacking e Emulação"
baseurl: "https://romhackers.org"
url: "https://romhackersbr.org"
# Plugins e Hooks locais
plugins_dir: _plugins
plugins:
- jekyll-feed
# Coleções
collections_dir: collections
collections:
noticias:
permalink: "/:collection/:slug/"
output: true
traducoes:
permalink: "/:collection/:path/"
output: true
romhacks:
permalink: "/:collection/:path/"
output: true
emuladores:
permalink: "/:collection/:path/"
output: true
utilitarios:
permalink: "/:collection/:path/"
output: true
tutoriais:
permalink: "/:collection/:path/"
output: true
sistemas:
permalink: "/:collection/:path/"
output: true
autores:
permalink: "/:collection/:path/"
output: true
# Escopo
defaults:
- scope:
type: "traducoes"
values:
layout: "traducoes"
- scope:
type: "romhacks"
values:
layout: "romhacks"
- scope:
type: "noticias"
values:
layout: "noticias"
- scope:
type: "emuladores"
values:
layout: "emuladores"
- scope:
type: "utilitarios"
values:
layout: "utilitarios"
- scope:
type: "tutoriais"
values:
layout: "tutoriais"
- scope:
type: "sistemas"
values:
layout: "sistemas"
- scope:
type: "autores"
values:
layout: "autores"
# Configurações de Build
markdown: kramdown
sass:
style: :compressed
# Ignora os arquivos do sistema
exclude:
- Gemfile
- Gemfile.lock
- README.md
- LICENSE.txt
- CNAME