-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
43 lines (43 loc) · 978 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
title: Patterns
author: Cornelis G. A. Kolbach
summary: Patternslib is a free toolkit that aims to bring web design and development closer together.
# bundle_url and patternslib_version are automatically set by the Makefile target `make update-patternslib`.
bundle_url: https://cdn.jsdelivr.net/npm/@patternslib/[email protected]/dist/bundle.min.js
patternslib_version: 9.9.16
baseurl: /
domain: www.patternslib.com
media: /media
markdown: kramdown
permalink: /:title
port: 4004
collections_dir: content
collections:
demos:
output: true
download:
output: true
showcases:
output: true
documentation:
output: true
sass:
style: :compressed
load_paths:
- "_sass"
exclude:
- Gemfile
- Gemfile.lock
- config.codekit
- config.rb
- node_modules
- patternslib/src/bower_components
- patternslib/node_modules
- Makefile
- README.md
- bower.json
- main.js
- bundle-config.js
- src/
- stamp-bower
- stamp-npm
- stamp-bundler