forked from cityofaustin/digital-services-style-guide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
57 lines (55 loc) · 1.07 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
title: Digital Services Style Guide
description: The Digital Services Style Guide is a resource for writing better copy for City of Austin websites.
email: [email protected]
timezone: UTC
collections:
words:
title: Words
output: true
permalink: "/:path/"
defaults:
- scope:
path: ''
values:
layout: sidebar-page
- scope:
path: 'example-folder'
values:
layout: sidebar-page
- scope:
path: ''
type: words
values:
layout: sidebar-page
baseurl:
url: https://cityofaustin.github.io/digital-services-style-guide
twitter:
username: civiqueso
zilker_theme: dark
markdown: kramdown
gems:
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-redirect-from
webrick:
headers:
Access-Control-Allow-Origin: "*"
sass:
sass_dir: assets/stylesheets/
permalink: pretty
exclude:
- node_modules
- gulpfile.js
- Gemfile
- Gemfile.lock
- npm-debug.log
- "/screenshots"
- "/assets/stylesheets/bourbon"
- "/assets/stylesheets/bourbon-neat"
- "/assets/uswds/stylesheets"
- "/assets/uswds/js"
- ".bundle"
- "/vendor"
- _bourbon
- _bourbon-neat
- _uswds