-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
171 lines (156 loc) · 3.5 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
remote_theme: mmistakes/[email protected]
date_format: "%Y-%m-%d %H:%M"
show_excerpts: true
minimal_mistakes_skin: "default"
# Site Settings
locale: "en-GB"
title: "thega.me.uk"
title_separator: "-"
subtitle: "Useless content on unimportant topics"
name: "Phillip Whittlesea-Clark"
description: "Personal blog of Phillip Whittlesea-Clark"
url: "https://thega.me.uk"
baseurl: "/"
domain: "thega.me.uk"
repository: "pwhittlesea/pwhittlesea.github.io"
masthead_title: "thega.me.uk"
enable_copy_code_button: true
teaser: /assets/images/teaser_default.png
og_image: /assets/images/new_zealand/3/new_zealand_0813.jpg
copyright: "Phillip Whittlesea-Clark - All Rights Reserved"
copyright_url: "https://thega.me.uk"
# Site Author
author:
name: "Phillip Whittlesea-Clark"
avatar: "/assets/images/profile_pic.png"
bio: "Software Architect & Dungeon Master"
location: "Southampton"
email: "[email protected]"
links: &follow
- label: "Bluesky"
icon: "fab fa-fw fa-bluesky"
url: "https://bsky.app/profile/thega.me.uk"
- label: "Mastodon"
icon: "fab fa-fw fa-mastodon"
url: "https://mastodon.social/@pwhittlesea"
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/pwhittlesea"
- label: "LinkedIn"
icon: "fab fa-fw fa-linkedin"
url: "https://www.linkedin.com/in/phillipwhittlesea/"
- label: "The StoryGraph"
icon: "fas fa-fw fa-book"
url: "https://app.thestorygraph.com/profile/gingerphill"
# Set all the footer links to those in the author block
footer:
links: *follow
# Sass/SCSS
sass:
sass_dir: _sass
style: compressed # https://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style
# Outputting
permalink: /:categories/:title/
paginate: 10 # amount of posts to show
paginate_path: /page:num/
timezone: Europe/London
# Plugins (previously gems:)
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-gist
- jekyll-feed
- jekyll-include-cache
- jekyll-remote-theme
- jekyll-relative-links
- jemoji
# Archives
category_archive:
type: liquid
path: /categories/
tag_archive:
type: liquid
path: /tags/
# Collections
collections:
fiction:
output: true
permalink: /:collection/:path/
# Defaults
defaults:
# _posts
- scope:
path: ""
type: posts
values:
layout: single
toc: true
toc_sticky: true
author_profile: true
read_time: true
show_date: true
related: true
# _pages
- scope:
path: ""
type: pages
values:
layout: single
toc: true
author_profile: true
# _fiction
- scope:
path: ""
type: fiction
values:
layout: single
toc: false
author_profile: true
read_time: true
show_date: true
related: true
classes: wide
header:
overlay_color: "#3d4144"
# Process relative links
relative_links:
enabled: true
collections: true
# Enable site search
search: true
lunr:
search_within_pages: true
# Jekyll Reading Files
include:
- .htaccess
- _pages
exclude:
- "*.sublime-project"
- "*.sublime-workspace"
- vendor
- .asset-cache
- .bundle
- .jekyll-assets-cache
- .sass-cache
- assets/js/plugins
- assets/js/_main.js
- assets/js/vendor
- Capfile
- CHANGELOG
- config
- Gemfile
- Gruntfile.js
- gulpfile.js
- LICENSE
- log
- node_modules
- package.json
- package-lock.json
- Rakefile
- README
- tmp
keep_files:
- .git
- .svn
encoding: "utf-8"
markdown_ext: "markdown,mkdown,mkdn,mkd,md"