forked from 18F/18f.gsa.gov
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
99 lines (83 loc) · 1.49 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
markdown: redcarpet
highlighter: rouge
redcarpet:
syntax_highlighter: rouge
extensions:
- with_toc_data
excerpt_separator: <!-- more -->
exclude:
- node_modules
- deploy
- README.md
- LICENSE.md
- CONTRIBUTING.md
- todo.txt
- vendor
- go
- script
- Gemfile
- Gemfile.lock
gems:
- jekyll-sitemap
- jekyll-archives
- jekyll-redirect-from
- jekyll-feed
jekyll-archives:
enabled:
- 'tags'
layout: tag_index
permalinks:
tag: '/tags/:name/'
sass:
sass_dir: assets/_sass
permalink: pretty
tag_dir: tags
tag_title_prefix: "#"
# use where a full URL is appropriate (e.g. RSS, OG tags)
url: https://18f.gsa.gov
# metadata
title: 18F Digital Services Delivery
name: 18F Digital Services Delivery
description: "18F builds effective, user-centric digital services focused on the interaction between government and the people and businesses it serves."
timezone: America/New_York
# blog archive at /blog
paginate: 5
paginate_path: "blog/page/:num"
#emoji
gems:
- jemoji
emoji:
src: "/assets/images"
rss_limit: 20
future: false
# defaults
defaults:
-
scope:
type: "posts"
values:
layout: "post"
-
scope:
collection: team
values:
layout: profile
-
scope:
type: pages
values:
layout: bare
# collections
collections:
team:
permalink: /team/:name/
output: true
press:
output: true
permalink: /press/:name/
cards:
output: true
permalink: /card/:name/
full_rebuild: true
feed:
path: /feed/index.xml