forked from 18F/18f.gsa.gov
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
112 lines (100 loc) · 2.38 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
# Site settings
title: "18F: Digital service delivery"
description: "18F builds effective, user-centric digital services focused on the interaction between government and the people and businesses it serves."
baseurl: "" # the subpath of your site, e.g. /blog
permalink: pretty
url: "https://18f.gsa.gov" # the base hostname & protocol for your site
logo: /assets/img/logos/18F-Logo-Bright-S.png
feature_image: /assets/img/feature-background.jpg
tag_dir: tags
analytics:
google:
code: 'UA-48605964-1' # Change this to your GSA analytics code
dap:
agency: GSA # Change this to your agency
subagency: 18F # Change this to your agency
# blog archive at /blog
paginate: 5
paginate_path: "blog/page/:num"
jekyll-archives:
enabled:
- 'tags'
layout: tag-results
permalinks:
tag: '/tags/:name/'
collections:
team:
output: true
permalink: /team/:name/
cards:
output: true
permalink: /card/:name/
press:
output: true
permalink: /press/:name/
defaults:
-
scope:
type: "posts" # an empty string here means all files in the project
values:
layout: post
-
scope:
path: "pages"
values:
layout: default-intro
-
scope:
path: "_team"
values:
layout: default-profile
-
scope:
path: "_cards"
values:
layout: default
frontmatter_tests:
path: "tests/schema"
footer:
image: /assets/img/logos/18F-Logo-M.png
email:
twitter:
- 18f
- usgsa
text: This site was built using <a href="https://federalist.18f.gov/" target="_blank">Federalist, from 18F</a>. # Change to a tag line for your agency
# Build settings
markdown: redcarpet
highlighter: rouge
redcarpet:
syntax_highlighter: rouge
extensions:
- with_toc_data
- tables
include:
- _navigation.json
exclude:
- README.md
- vendor
- node_modules
# jekyll plugins
gems:
- jekyll-sitemap
- jekyll-archives
- jekyll-redirect-from
- jekyll-feed
- jekyll-seo-tag
# 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: