This repository has been archived by the owner on Dec 8, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 33
/
_config.yml
118 lines (102 loc) · 2.32 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
markdown: redcarpet
redcarpet:
extensions:
- with_toc_data
highlighter: rouge
incremental: true
# Configuration for jekyll_pages_api_search plugin gem.
jekyll_pages_api_search:
# Uncomment this to speed up site generation while developing.
#skip_index: true
# Each member of `index_fields` should correspond to a field generated by
# the jekyll_pages_api. It can hold an optional `boost` member as a signal
# to Lunr.js to weight the field more highly (default is 1).
index_fields:
title:
boost: 10
tags:
boost: 10
url:
boost: 5
body:
collections:
pages:
output: true
permalink: /:path/
excerpt_separator: <!-- more -->
exclude:
- CONTRIBUTING.md
- COPYING.txt
- Gemfile
- Gemfile.lock
- LICENSE.md
- README.md
- Rakefile
- Vagrantfile
- bower.json
- bower_components
- coverage
- deploy
- go
- pages/private/README.md
- vendor
permalink: pretty
tag_dir: tags
tag_title_prefix: "#"
sass:
sass_dir: assets/_sass
style: compressed
assets:
# The following two lines can be commented out while developing, to speed up
# site generation and help with debugging in the browser.
js_compressor: uglifier
css_compressor: sass
sources:
- assets/js
- assets/css
cache: true
# use where a full URL is appropriate (e.g. RSS, OG tags)
url: https://hub.18f.gov
# metadata
title: 18F Hub
description: "The Hub is getting a new look"
generated_page_title_format: '%s — 18F Hub'
# private data
private_data_path: _data/private
# team member images
team_img_dir: assets/images/team
missing_team_member_img: logo-18f.jpg
guest_user_img: logo-18f.jpg
# Editable link idea from:
# https://github.com/blacktm/standard-jekyll-template/blob/gh-pages/_config.yml
defaults:
- scope:
path: ""
type: pages
values:
layout: "bare"
edit_info:
repo: 18F/hub
branch: master
- scope:
path: "private"
type: pages
values:
edit_info:
repo: 18F/hub-pages-private
prefix: _pages/private/
editor_url: https://github.com/
midas_url: "https://openopps.digitalgov.gov"
prose:
rooturl: 'pages'
media: 'assets'
metadata:
pages:
- name: 'title'
field:
element: 'text'
- name: 'permalink'
field:
element: 'text'
# For Google Analytics
google_analytics_ua: UA-48605964-24