forked from marcanuy/marcanuy.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
54 lines (51 loc) · 870 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
permalink: /:categories/:title/
url: 'http://marcanuy.com'
defaults:
#languages
-
scope:
path: ""
values:
lang: "en"
-
scope:
path: "es"
values:
lang: "es"
# default layouts when not specified in each doc
# types available: pages, posts, drafts
-
scope:
path: ""
type: "posts"
values:
layout: "post"
-
scope:
path: ""
type: "pages"
values:
layout: "default"
-
scope:
path: "en/projects"
type: "posts"
values:
layout: "project"
-
scope:
path: "es/proyectos"
type: "posts"
values:
layout: "project"
#language of /index.html
default_lang: "en"
markdown: kramdown
github: [metadata]
kramdown:
input: GFM
hard_wrap: false
syntax_highlighter: rouge
gems:
- jekyll-coffeescript
- jekyll-paginate