-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
113 lines (98 loc) · 2.72 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
######################
# Site configuration #
######################
title: GOV.UK Design / Decision History
email: [email protected]
description: >- # this means to ignore newlines until "baseurl:"
This is a template for the design / decision hisotry cms solution
baseurl: "/mhclg-design-codes" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
##################
# Build settings #
##################
paginate: 5
paginate_path: "/_posts"
sass:
sass_dir: _sass
######################
# Site header #
######################
header:
type: "service-name-with-navigation" # Set to "default", "service-name" or "service-name-with-navigation" to change the header
site-name: "Design / Decision History" # Appears in the header, regardless of style
service-name: "Design / Decision History" # Appears in the header, if site.header.type is set to "service-name" or "service-name-with-navigation"
links:
# - name: "Page title"
# url: "/"
# alt: "Go to Page 1"
# - name: "Page title"
# url: "/2/"
# alt: "Go to Page 2"
######################
# Site footer #
######################
footer:
type: "default" # Set to "default"
ogl: false # Display (true) or disable (false) the OGL licence text
crown-copyright: false # Display (true) or disable (false) the Crown copyright text and symbol
# links:
# - name: "Item 1"
# url: "/"
# alt: "Go to Item 1"
# - name: "Item 2"
# url: "/2/"
# alt: "Go to Item 2"
######################
# Site sidebar #
######################
sidebar:
type: "default" # Set to "default"
header: "About this site"
description: "A basic Jekyll theme built on the GOV.UK Design System."
###############
# Collections #
###############
collections:
posts:
output: true
permalink: /:year/:month/:day/:title/
pages:
output: true
permalink: /:path/
defaults:
- scope:
path: ""
type: "pages"
values:
layout: "page"
- scope:
path: "/_posts"
type: "posts"
values:
layout: "post"
plugins:
- jekyll-paginate
- jekyll-remote-theme
- jekyll-sitemap
- jekyll-feed
- jekyll-redirect-from
plugins: [jekyll-paginate]
# Exclude from processing.
# The following items will not be processed, by default.
# Any item listed under the `exclude:` key here will be automatically added to
# the internal "default list".
#
# Excluded items can be processed by explicitly listing the directories or
# their entries' file path in the `include:` list.
#
# exclude:
# - .sass-cache/
# - .jekyll-cache/
# - gemfiles/
# - Gemfile
# - Gemfile.lock
# - node_modules/
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/