-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
64 lines (53 loc) · 1 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
# Site
name: 'Cimarrón IO'
description: 'Imaginemos cosas chingonas.'
logo: 'assets/images/logo.png'
logo_full: 'assets/images/logo.png'
favicon: 'assets/images/icon.ico'
baseurl: '/'
email: '[email protected]'
homeurl: 'https://cimarron.io/'
include: ["_pages"]
permalink: /:title/
future: true
# Plugins
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-paginate
- jekyll-seo-tag
- jekyll-archives
# Defaults
defaults:
# all posts
- scope:
path: "_posts"
values:
layout: post
# all pages
- scope:
path: "_pages"
values:
layout: page
# Syntax
markdown: kramdown
highlighter: rouge
# Pagination
paginate: 20
# Exclude metadata and development time dependencies (like Grunt plugins)
exclude: [
_posts/2020-01-22-template.md,
README.md,
package.json,
grunt.js,
Gruntfile.js,
Gruntfile.coffee,
node_modules,
vendor/*,
]
# Archives
jekyll-archives:
enabled: ['categories']
layout: archive
permalinks:
category: '/category/:name/'