This repository was archived by the owner on Sep 16, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_config.yml
111 lines (99 loc) · 2.78 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
# Site settings and string variables
title: "Digital Toolkit"
nav-trigger-text: "Select Navigation"
contribute-link-text: "Contribute on GitHub"
steps-name-text: "Good Practices"
contribute-link: "https://github.com/bcgov/digital-toolkit/wiki/Contributing-to-the-Digital-Toolkit"
# Site description
description: "This toolkit offers a set of practices proven to help develop a digital service inside (or outside) the British Columbia Public Service."
# Site emails and contacts
main-email: "[email protected]"
feedback-email: "[email protected]"
# Site survey
# Set `show-survey-offer` to `false` in order to remove survey from site
show-survey-offer: true
survey-link: "https://www.surveymonkey.com/r/8J7Y3MX"
# Beta mode
# Set `beta-mode` to true in order to display the "beta badge" in the header
# and to place the site into "beta mode"
beta-mode: true
# Create this badge at: https://shields.io/#your-badge
beta-badge: "https://img.shields.io/badge/Status%20%3D%20-Beta-orange.svg"
#
# Advanced options follow ######################################################
#
# Site paths
baseurl: "" # the subpath of your site, e.g. /blog/
url: "https://digital-toolkit.pathfinder.gov.bc.ca/" # the base hostname & protocol for your site
# Excerpt the first sentence and use that for the .excerpt
# Alternatively, we could pipe the excerpt to | truncatewords:75
excerpt_separator: .
# Build settings
markdown: kramdown
sass:
style: compressed
# URL settings
permalink: pretty
# Collections
collections:
practices:
output: true
permalink: /practices/:path/
in-practice-examples:
output: true
permalink: /in-practice-examples/:name/
guides:
output: true
permalink: /guides/:path/
# Defaults
# https://jekyllrb.com/docs/configuration/#front-matter-defaults
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "default"
-
scope:
type: "practices"
values:
layout: "step"
-
scope:
type: "in-practice-examples"
values:
layout: "example"
-
scope:
type: "guides"
values:
layout: "guide"
# -
# scope:
# path: "projectz" # glob patterns are possible: https://jekyllrb.com/docs/configuration/#glob-patterns-in-front-matter-defaults
# type: "pages" # can be: pages, posts, drafts or any collection name in your site
# values:
# layout: "step" # overrides any previously declared default layout
# author: "Mr. Hyde" # custom vars are possible too! :)
# Exclude these from processing.
# Do not remove.
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- package.json
- package-lock.json
- src
- workfiles
- NOTES
- CONTRIBUTING.md
- CODE OF CONDUCT.md
- LICENCE
- README.md
- Dockerfile
- openshift/