-
Notifications
You must be signed in to change notification settings - Fork 7
/
_config.yml
executable file
·59 lines (51 loc) · 1014 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
57
58
59
title: libreim
# theme: minima
baseurl: ""
assets_path: /assets
locale: "es"
permalink: /:year/:month/:day/:title/
markdown: kramdown
kramdown:
parse_span_html: false
highlighter: rouge
plugins:
- octopress-paginate
- jekyll-toc
- jekyll-redirect-from
# - jemoji
# - jekyll-gist
pagination:
per_page: 5
limit: false
permalink: /page/:num/
title_suffix: ""
exclude:
- LICENSE
- Gemfile
- Gemfile.lock
- CONTRIBUTING.md
- deploy.sh
- README.md
- vendor
# Tag configuration
tag_dir: "/t"
tag_title_prefix: ""
tag_title_suffix: ""
category_collection: "blog"
category_dir: "/c"
category_title_prefix: ""
category_title_suffix: ""
defaults:
-
scope:
path: "recursos/_posts" # an empty string here means all files in the project
values:
layout: "post"
side: true
permalink: /recursos/:year/:month/:day/:title/
- scope:
path: "blog/_posts"
values:
layout: "post"
side: true
permalink: /blog/:year/:month/:day/:title/