This repository was archived by the owner on Aug 15, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path_config.yml
More file actions
175 lines (164 loc) · 3.66 KB
/
_config.yml
File metadata and controls
175 lines (164 loc) · 3.66 KB
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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
---
# Site settings
title: "Service Innovation Lab"
description: >
The Service Innovation Lab is an All-of-Government lab in Aotearoa New Zealand,
hosting and enabling collaboration across agencies.
We research, design, and develop ways to
improve people’s experiences
when they interact with government.
baseurl: "" # the subpath of your site, e.g. /blog
permalink: pretty
url: "https://serviceinnovationlab.github.io/" # the base hostname & protocol for your sites
localhost: "localhost:4000"
env: "production"
logo: /assets/img/SIL-Logo-Animation_white.gif
tag_dir: tags
github_repo: https://github.com/ServiceInnovationLab/serviceinnovationlab.github.io
background-image: url('')
related_posts: 3
# blog archive at /blog
paginate: 5
paginate_path: "blog/page/:num"
jekyll-archives:
enabled:
- 'tags'
layout: tag-results
permalinks:
tag: '/tags/:name/'
collections:
about:
output: true
permalink: /:path/
authors:
output: true
permalink: /author/:name/
insights:
output: true
permalink: /insights/:path/
products_projects:
output: true
permalink: /projects/:path/
services_projects:
output: true
permalink: /projects/:path/
approach:
output: true
permalink: /approach/:path/
devPeerReviewWorkflow:
output: true
permalink: /devPeerReviewWorkflow/:path/
process:
output: true
permalink: /process/:path/
defaults:
- scope:
type: "posts" # an empty string here means all files in the project
values:
layout: post
- scope:
path: "pages"
values:
layout: primary
- scope:
path: "_authors"
values:
layout: default-profile
- scope:
path: "_about"
values:
layout: about-page
- scope:
path: "_approach"
values:
layout: approach-page
- scope:
path: "_insights"
values:
layout: insights-page
- scope:
path: "_products_projects"
values:
layout: project-page
- scope:
path: "_services_projects"
values:
layout: project-page
- scope:
path: "devPeerReviewWorkflow"
values:
layout: primary
- scope:
path: "_process"
values:
layout: process-page
frontmatter_tests:
path: "tests/schema"
footer:
image: /assets/media/AoG_logo_footer.png
email:
text: This site was built using . # Change to a tag line for your agency
# Build settings
markdown: kramdown
highlighter: rouge
exclude:
- .about.yml
- .cfignore
- .codeclimate.yml
- .gitignore
- .gitmodules
- .hound.yml
- 404.html
- api-endpoints
- bin
- build
- circle.yml
- config_blog.rb
- CONTRIBUTING.md
- docker-compose.yml
- docker_entrypoint.rb
- Dockerfile
- examples/
- favicon.ico
- Gemfile*
- ISSUE_TEMPLATE.md
- killport
- LICENSE.md
- node_modules
- package.json
- pages/our-work.html
- PULL_REQUEST_TEMPLATE.md
- README.md
- spec/
- tests/
- tests/schema/tags.yml
- tmp/
- vendor
- _data/glossary/*.yml
- .circleci/make-yaml.py
- .circleci/pull-sheet.sh
# jekyll plugins
plugins:
- jekyll-sitemap
- jekyll-archives
- jekyll-redirect-from
- jekyll-feed
- jekyll-seo-tag
- jekyll-paginate
- jekyll_pages_api_search
- jekyll_oembed
# 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: