-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy path_config.yml
More file actions
39 lines (38 loc) · 845 Bytes
/
_config.yml
File metadata and controls
39 lines (38 loc) · 845 Bytes
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
name: The Open Design Foundation
description: We think the best way to improve the design industry is to work in the open.
url: http://opendesign.foundation
permalink: /:categories/:title/
highlighter: rouge
excerpt_separator: <!--more-->
markdown: kramdown
gems:
- jekyll-sitemap
- jekyll-feed
exclude:
- vendor
- Gemfile
- Gemfile.lock
- Guardfile
- Rakefile
- README.md
- CONTRIBUTING.md
- LICENSE
- CNAME
sass:
sass_dir: _sass
style: compressed
# _layouts/compress.html
compress_html:
clippings: all
endings: all
comments: ["<!--", "-->"]
post:
template: _templates/post.txt
extension: md
resource:
template: _templates/resource.txt
extension: md
page:
template: _templates/page.txt
extension: md
resourceCategories: ["philosophy", "sources", "redesigns", "inspiration", "tutorials", "showcase"]