-
Notifications
You must be signed in to change notification settings - Fork 4
/
_config.yml
142 lines (127 loc) · 3.29 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
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
# This config file is meant for settings that affect your whole site, values
# which you are expected to set up once and rarely edit after that. If you find
# yourself editing this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently. For technical reasons, this
# file is *NOT* reloaded automatically when you use 'bundle exec jekyll serve'.
# If you change this file, please restart the server process.
# Site settings
title: Skylight - Digital government consulting
email: [email protected]
description: Skylight is a digital consultancy using design and technology to help government agencies deliver better public services.
published: 2017-06-18
modified: 2020-05-29
destination: ./build
baseurl: "" # the subpath of your site, e.g. /blog
permalink: /:title/
url: https://skylight.digital
localhost: localhost:4000
twitter_url: https://twitter.com/skylight_hq
github_repo_url: https://github.com/skylight-hq
github_issues_url: https://github.com/skylight-hq/skylight.digital/issues
linkedin_url: https:// www.linkedin.com/company/skylight-hq
carrot_url: https://carrot.io/skylight/
hackerone_url: https://hackerone.com/skylight_qgvpb
slack_invite_url: ""
youtube_url: https://youtube.com/channel/UCbNzANEv5xYqfMbDrv8kcEw
employee_count: 93
state_count: 26
# Build settings
incremental: true
livereload: true
twitter:
username: skylight_hq
github:
username: skylight-hq
linkedin:
username: skylight-hq
analytics:
google:
code: "UA-93543424-1" # change this to your Google analytics code
posts_max_related: 3
posts_min_common_tags: 2
collections:
projects:
output: true
permalink: /work/experience/:path/
project_team_members:
output: true
permalink: /work/team-member/:name/
blog_posts:
output: true
permalink: /thoughts/blog/:path/
blog_post_authors:
output: true
permalink: /thoughts/blog/author/:name/
blog_post_tags:
output: true
permalink: /thoughts/blog/tag/:name/
policies:
output: true
permalink: /company/policies/:path/
press:
output: false
permalink: /company/press/:path/
talks:
output: false
permalink: /thoughts/talks/:path/
sort_by: order
talk_speakers:
output: true
permalink: /thoughts/talks/speaker/:name/
# Pagination Settings
pagination:
enabled: true
debug: false
per_page: 12
offset: 0
permalink: "/page/:num/"
title: ":title"
limit: 0
sass:
style: compressed
exclude:
- .eslintrc
- .gitignore
- Gemfile
- Gemfile.lock
- CONTRIBUTING.md
- LICENSE.md
- README.md
- vendor
- snippets
- node_modules
- Gruntfile.js
- package.json
- npm-debug.log
- docs
- lighthouse
# Jekyll plugins
plugins:
- jekyll-sitemap
- jekyll-redirect-from
- jekyll-paginate-v2
- jekyll-image-size
- jekyll-feed
gems:
- octopress-debugger
feed:
collections:
projects:
path: "/projects.xml"
blog_posts:
path: "/blog_posts.xml"
talks:
path: "/talks.xml"
################################
# For batch conversion of svgs
################################
# imagemagick:
# enabled: true
# widths:
# - 0
# input_directories:
# - img/projects/
# input_formats:
# - ".svg"
# output_formats:
# png: "-quality 100% -density 600 -background white -flatten -verbose -fill 'rgba(255,0,0,0)'"