-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
208 lines (186 loc) · 4.22 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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
# Site settings
title: JSWare.io
subtitle: "The pain of low quality far outlasts the joy of low price"
locale: en_GB
logo: "/assets/favicons/favicon-32x32.png"
teaser: "/assets/images/teaser.png"
repository: "jsware/jsware.github.io"
og_image: /assets/images/jsware.png
name: &me "John Scott"
email:
description: >-
Musings of an IT Architect interested in APIs, Integration and Microservices
who is also a Sci-Fi enthusiast.
twitter_username: &twitter_name JohnScottUK
github_username: jsware
linkedin_username: JohnScottUK
url: &url "https://www.jsware.io"
baseurl: "" # the subpath of your site, e.g. /blog
minimal_mistakes_skin: default
search: true
related_by: tags or categories
related_categories: 1
related_tags: 1
related_limit: 4
related_template: archive-single.html
related_layout: grid
# Build settings
markdown: kramdown
remote_theme: jsware/modified-mistakes
# Outputting
permalink: date
paginate: 8
paginate_path: /page:num/
timezone: Europe/London
breadcrumbs: true
comments:
provider: "utterances"
utterances:
theme: "github-light" # "github-dark"
issue_term: "pathname"
label: comment
collections:
terminator:
output: true
permalink: /:title
url: /terminator/
uml2:
output: true
permalink: /:title
url: /uml2/
include:
- _pages
- _redirects
# Exclude from processing.
# The following items will not be processed, by default. Create a custom list
# to override the default setting.
exclude:
- bin
- CNAME
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
# Plugins (previously gems:)
plugins:
- jekyll-paginate
- jekyll-gist
- jekyll-feed
- jemoji
- jekyll-include-cache
- jekyll-seo-tag
- jekyll-redirect-from
author:
name : *me
avatar : "/assets/images/john.png"
bio : "The contents of this site are entirely my own and do not represent the views or opinions of my employer."
links:
- label: "Website"
icon: "fas fa-fw fa-link"
url: *url
- label: linkedin
icon: "fab fa-fw fa-linkedin"
url: &linkedin "https://linkedin.com/in/JohnScottUK"
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: &github "https://github.com/JohnScottUK/"
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: &twitter "https://twitter.com/JohnScottUK"
- label: "Instagram"
icon: "fab fa-fw fa-instagram"
url: &instagram "https://www.instagram.com/jsware"
twitter:
username: *twitter_name
footer:
links:
- label: "LinkedIn"
icon: "fab fa-fw fa-linkedin"
url: *linkedin
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: *github
- label: "JSWare"
icon: "fab fa-fw fa-github"
url: "https://github.com/jsware"
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: *twitter
- label: "Instagram"
icon: "fab fa-fw fa-instagram"
url: *instagram
analytics:
provider: "google-gtag"
google:
tracking_id: "G-PDGGDVPKW0"
anonymize_ip: false
feed:
excerpt_only: true
defaults:
# _posts
- scope:
path: ""
type: posts
values:
layout: single
author_profile: true
read_time: true
comments: true
share: true
show_date: true
related: true
permalink: /blog/:year/:month/:day/:title:output_ext
# _pages
- scope:
path: ""
type: pages
values:
layout: single
author_profile: false
read_time: true
comments: true
related: true
sidebar:
nav: "side"
# T-800 pages
- scope:
path: ""
type: terminator
values:
layout: single
author_profile: false
read_time: true
comments: true
share: true
related: true
sidebar:
nav: "t800"
# UML2 pages
- scope:
path: ""
type: uml2
values:
layout: single
author_profile: false
read_time: true
comments: true
share: true
related: true
sidebar:
nav: "uml2"
category_archive:
type: liquid
path: /categories/
tag_archive:
type: liquid
path: /tags/
compress_html:
clippings: []
comments: ["<!-- ", " -->"]
endings: []
ignore:
envs: [local]
blanklines: false