-
Notifications
You must be signed in to change notification settings - Fork 27
/
_config.yml
44 lines (38 loc) · 956 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
title: "Jekyll directory"
description: "Community-built themes and plugins to level up your Jekyll experience"
repository: https://github.com/jekyll/directory
url: https://jekyll.github.io
baseurl: /directory
lang: "en_US"
plugins:
- jekyll-sitemap
- jemoji
collections:
plugins:
output: true
themes:
output: true
defaults:
- scope:
type: plugins
values:
permalink: /plugins/:title/ # DO NOT CHANGE THIS DEFAULT
layout: plugin # DO NOT CHANGE THIS DEFAULT
type: rubygems # DO NOT CHANGE THIS DEFAULT
- scope:
type: themes
values:
permalink: /themes/:title/ # DO NOT CHANGE THIS DEFAULT
layout: theme # DO NOT CHANGE THIS DEFAULT
type: rubygems # DO NOT CHANGE THIS DEFAULT
sass:
style: compressed
exclude:
- CONTRIBUTING.md
- Gemfile*
- History.markdown
- Rakefile
- README.md
- script
- spec
- vendor