-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config-internal.yml
118 lines (102 loc) · 2.74 KB
/
_config-internal.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
# This file **is** a standard Jekyll config file.
#
# It is used to test the components that make up the BAS Style Kit Jekyll Theme works as expected, it does not test the
# theme itself (i.e. in terms of treating includes as 'theme' includes, rather than 'site' includes, and config merging)
# Plugins
#
plugins:
- jekyll-menus
- jekyll-tidy
# Build settings
#
markdown: kramdown
# - normally this would be 'jekyll-theme-bas-style-kit' but this *is* that theme so that won't work
theme: !!null
# This wouldn't normally be necessary as the site would be contained in a `site` sub-directory or similar
exclude:
- Gemfile
- Gemfile.lock
- CHANGELOG.md
- CONTRIBUTING.md
- LICENSE-MIT.md
- LICENSE.md
- README.md
- Dockerfile
- docker-compose.yml
- jekyll-theme-bas-style-kit.gemspec
- screenshot.png
- docs
- tests
# Server settings
#
host: 0.0.0.0
port: 9000
encoding: UTF-8
# Site settings
#
# e.g. /foo
baseurl: ''
collections:
tests:
output: true
# Theme settings - global variables
#
# This is a copy of the settings defined in `_config.yml`
# as this file isn't loaded when the theme is being tested internally
bas_style_kit_jekyll_theme:
feature_flags:
site:
back_to_top_anchor: true
standard_header: true
standard_footer: true
standard_header:
cookie_notice: true
site_navigation: true
development_phase: true
standard_footer:
is_something_wrong: true
back_to_top: true
spacer: false
divider: true
governance: true
legal_policies: true
attributes:
container: 'fixed'
head_title:
# Used when `page.title` isn't set
default: 'BAS Style Kit Jekyll Theme'
# Appended to either `page.title` or `head_title.default` - e.g. ` - Site Foo`
appended: ' - BAS Style Kit Jekyll Theme'
head_description: 'Jekyll theme implementation of the BAS Style Kit - https://style-kit.web.bas.ac.uk.'
site_brand:
text: 'BAS Style Kit Jekyll Theme'
href: '/'
site_development_phase: 'alpha'
site_feedback_href: '#'
site_analytics:
id: 'UA-64130716-27'
site_styles: []
site_scripts: []
# These settings aren't usually changed
head_favicon: 'default'
site_back_to_top_target_href: '#site-top'
site_footer:
ogl:
href: 'http://www.nationalarchives.gov.uk/doc/open-government-licence'
text_version: 'v3.0'
legal_policies:
copyright_href: '#'
cookies_href: '#'
privacy_href: '#'
# Theme settings - defaults for page level variables
#
defaults:
-
scope:
# an empty string here means all files in the project
path: ""
values:
bas_style_kit_jekyll_theme:
feature_flags:
page:
toc: true