-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
180 lines (165 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
locale: "en-US"
timezone: America/Chicago
title: JWillikers
author:
name: Jordan Williams
avatar: "https://www.libravatar.org/avatar/bf1ce3a8cc453a994d69847c52ef3b63ea4cba77a2958403c9e6d28253690682?s=500"
location: US
links:
- label: "Codeberg"
# https://github.com/FortAwesome/Font-Awesome/issues/15882
icon: "fab fa-fw fa-codeberg"
url: "https://codeberg.org/jwillikers"
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/jwillikers"
- label: "Gitlab"
icon: "fab fa-fw fa-gitlab"
url: "https://gitlab.gnome.org/jwillikers"
- label: "Stack Overflow"
icon: "fab fa-fw fa-stack-overflow"
url: "https://stackoverflow.com/users/9835303/jwillikers"
- label: "Stack Exchange"
icon: "fab fa-fw fa-stack-exchange"
url: "https://elementaryos.stackexchange.com/users/20782"
email: [email protected]
description: Handy admin and dev guides from my myriad of tinkering
baseurl: ""
basewebsite: /
url: "https://www.jwillikers.com"
repository: "jwillikers/blog"
name: >-
Jordan Williams <br /> <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">
<img alt="Creative Commons License" style="border-width:0"
src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" />
</a> <br /> <span "dct:title" rel="dct:type">JWillikers</span> by
<a xmlns:cc="http://creativecommons.org/ns#" href="https://jwillikers.com"
property="cc:attributionName" rel="cc:attributionURL">Jordan Williams</a>
is licensed under a
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">
Creative Commons Attribution-ShareAlike 4.0 International License</a>
github_username: jwillikers
permalink: /:slug
highlighter: rouge
include:
- _pages
collections:
posts:
output: true
pagination:
enabled: true
per_page: 7
permalink: "/page:num/"
title: ":title | :num of :max"
limit: 0
sort_field: "date"
sort_reverse: true
defaults:
# _posts
- scope:
path: "_posts"
type: posts
values:
layout: single
author_profile: true
read_time: true
comments: true
share: true
related: true
# _pages
- scope:
path: "_pages"
type: pages
values:
layout: single
author_profile: true
# category_archive:
# type: jekyll-archives
# path: /categories/
# tag_archive:
# type: jekyll-archives
# path: /tags/
# jekyll-archives:
# enabled:
# - categories
# - tags
# layouts:
# category: archive-taxonomy
# tag: archive-taxonomy
# permalinks:
# category: /categories/:name/
# tag: /tags/:name/
footer:
links:
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/jwillikers/blog"
comments:
provider: "discourse"
discourse:
server: "forum.jwillikers.com"
theme: minimal-mistakes-jekyll
minimal_mistakes_skin: "dark"
read_time: true
words_per_minute: 50
search: true
# search_provider: algolia
# algolia:
# application_id: BMA3RTGG4I
# index_name: prod_jwillikers
# search_only_api_key: 95fa80641d767b8500a5e89ada72c377
# powered_by: true
plugins:
- jekyll-asciidoc
- jekyll-feed
- jekyll-paginate-v2
- jekyll-postfiles
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-archives
- jekyll-include-cache
asciidoc: {}
asciidoctor:
attributes:
icons: font
idseparator:
experimental: ""
source-highlighter: rouge
pygments-css: style
base_dir: :docdir
safe: unsafe
breadcrumbs: false
rss-description: Handy admin and dev guides from my myriad of tinkering
# 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/
# - node_modules/
exclude:
- .envrc
- .direnv/
- .github/
- .jekyll-cache/
- .pre-commit-config.yaml
- .vscode/
- LICENSE.adoc
- README.adoc
- flake.lock
- flake.nix
- Gemfile
- Gemfile.lock
- gemset.nix
- Rakefile
- result/
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/