-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path_config.yml
78 lines (65 loc) · 2.07 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
description: "Our best practices for processes, playbooks, languages and tools"
title: "Lab Zero Guides"
# GFM will make URLs into links automatically,
# the default kramdown allows us to use the toc directive
# markdown: GFM
markdown: kramdown
# Theme settings
search_enabled: false
# theme: minima
remote_theme: hydecorp/hydejack@v9.1.6
# color_scheme: custom
logo: "/assets/images/lz-logo.svg"
favicon: /assets/images/favicon.ico
apple_touch_icon: /assets/images/apple-touch-icon.png
# these defaults can come from many sources and override theme and plugin defaults
# in this case these are added for opengraph/sharing tags
defaults:
- scope:
path: ""
values:
image: /assets/images/og_image.png
accent_image: /assets/images/side_image.png
accent_color: rgb(254,202,14)
theme_color: rgb(92,100,114)
legal:
- title: Contact us
url: https://labzero.com/contact
- title: labzero.com
url: https://labzero.com
- title: Blog
url: https://labzero.com/blog
no_search: true
# sidebar (drawer links)
menu:
- title: Project Kickoff
url: /#project-kickoff
- title: Vision & Roadmap
url: /#vision--roadmap
- title: Product Design
url: /#product-design
- title: Continuous Delivery
url: /#continuous-delivery
- title: Technical Guides
url: /#technical-guides
- title: labzero.com
url: https://labzero.com
# files to include that would ordinarily be exluded by jekyll
include:
- .rubocop.yml
related_posts: none
# Ruby coding conventions / quality guidelines
titles_from_headings:
enabled: true
strip_title: true
#
# this feature is for minima and similar themes
#
# header_pages:
# - languages/index.md
# - process/speclet_playbook.md
# - process/testing_strategy.md
google_analytics: G-2NX5YFW46E
plugins:
- jekyll-seo-tag
# - jekyll-redirect-from - not currently using this