-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
69 lines (56 loc) · 1.27 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
67
68
69
name: Ad Hoc Style Guide
description: >
Design and Brand Style Guide for Ad Hoc.
# for twitter card
image: /assets/img/design/icons/apple-icon-touch-157-precomposed.png
#URL of site, include http://, do not include a trailing slash
#url: http://localhost:4000
twitter_username: 'adhocteam'
url: https://styleguide.adhoc.team
#files to exclude, array
exclude:
- "/vendor/bundle"
- CNAME
- Gemfile
- Gemfile.lock
- Makefile
- Rakefile
- README.md
- tests
- Dockerfile
- Jenkinsfile
# the jenkins file is misspelled for some reason?
- Jenksinfile
#posts per page
# paginate:
#number of items in RSS feed
rss_limit: 20
#permalink structure, see https://github.com/mojombo/jekyll/wiki/Permalinks
permalink: /:year/:month/:day/:title/
#whether production or dev, minifies JS, bool
production: true
#build config
kramdown:
parse_block_html: true
timezone: America/New_York
encoding: UTF-8
safe: true
markdown: kramdown
collections:
defaults:
-
scope:
paths: ""
type: "posts"
values:
excerpt: ""
team: ""
share-image: ""
layout: post
sass:
sass_dir: _sass
style: :compressed
images_dir: 'img/content'
javascripts_dir: 'assets/js'
plugins_dir:
- jekyll-sitemap