-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
86 lines (74 loc) · 1.59 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
markdown: redcarpet
redcarpet:
extensions:
- with_toc_data
highlighter: rouge
excerpt_separator: <!-- more -->
exclude:
- README.md
- LICENSE.md
- CONTRIBUTING.md
- deploy
- pages/README.md
- pages/private/README.md
- vendor
- go
permalink: pretty
tag_dir: tags
tag_title_prefix: "#"
sass:
sass_dir: assets/_sass
style: compressed
assets:
js_compressor: uglifier
css_compressor: sass
sources:
- _assets/javascripts
- assets/js
- assets/css
# use where a full URL is appropriate (e.g. RSS, OG tags)
url: https://hub.18f.us
# metadata
title: 18F Hub
description: "Team information, connections, and documentation"
generated_page_title_format: '%s — 18F Hub'
# private data
private_data_path: _data/private
private_pages_path: pages/private
# team member images
team_img_dir: assets/images/team
missing_team_member_img: logo-18f.jpg
guest_user_img: logo-18f.jpg
host: 0.0.0.0
# Editable link idea from:
# https://github.com/blacktm/standard-jekyll-template/blob/gh-pages/_config.yml
defaults:
-
scope:
path: "pages"
values:
layout: "bare"
edit_info:
repo: 18F/hub
branch: master
-
scope:
path: "pages/private"
values:
edit_info:
repo: 18F/hub-pages-private
prefix: pages/private/
editor_url: https://hub.18f.us/edit/#
prose:
rooturl: 'pages'
media: 'assets'
metadata:
pages:
- name: 'title'
field:
element: 'text'
- name: 'permalink'
field:
element: 'text'
# Remove this when https://github.com/18F/hub/issues/209 is resolved.
full_rebuild: true