forked from 18F/uswds-data
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_config.yml
66 lines (57 loc) · 1.11 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
65
66
# Site settings
title: Data Design Standards
baseURL: 127.0.0.1
# this ensure that posts with future dates are published
future: true
encoding: utf-8
repos:
- name: Data Design Standards
description: Main repository for the Data Design Standards
url: https://github.com/18F/uswds-data
- name: U.S. Web Design Standards
description: Main repository for the U.S. Web Design Standards package
url: https://github.com/18F/web-design-standards
sass:
load_paths:
- css
- assets/css
collections:
components:
output: true
permalink: /:path/
defaults:
- scope:
path: ''
type: components
values:
layout: component
- scope:
path: ''
type: posts
values:
layout: post
# Build settings
markdown: redcarpet
redcarpet:
extensions:
- smart
- tables
- with_toc_data # automatic heading ids
gems:
- jekyll-redirect-from
exclude:
- ".ruby-version"
- ".sass-cache"
- CONTRIBUTING.md
- Gemfile
- Gemfile.lock
- LICENSE.md
- README.md
- config
- js
- vendor
- manifest.yml
- node_modules
- package.json
- gulpfile.js
- circle.yml