-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path_config.yml
105 lines (90 loc) · 2.14 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
# This fixes an error when serving from inside Docker
host: 0.0.0.0
# Dependencies
plugins:
- jekyll-feed
- jekyll-gist
- jekyll-paginate
- jekyll-redirect-from
- jekyll-seo-tag
- jekyll-sitemap
# Setup
author:
name: "Alexander Gude"
first: "Alexander"
last: "Gude"
bluesky: "alexgude.com"
mastodon: "alex_gude"
mastodon_instance: "fediscience.org"
github: "agude"
linkedin: "alexandergude"
title: "Alex Gude"
tagline: "Data Scientist"
description: "A blog about technology, data science, machine learning, and more!"
logo: /files/headshot.jpg
# URL
url: https://alexgude.com
baseurl: ""
name: "AlexGude.com"
# Blog
paginate: 10
paginate_path: "/blog/page:num/"
permalink: /blog/:slug/
# Social for jekyll-seo-tag
social:
name: "Alexander Gude"
links:
- https://bsky.app/profile/alexgude.com
- https://fediscience.org/@alex_gude
- https://github.com/agude
- https://linkedin.com/in/AlexanderGude
# Collections
collections:
books:
output: true
defaults:
# Add a default image and Twitter card for non-post layouts for jekyll-seo-tag
- scope:
path: ""
type: "pages"
values:
image: /files/headshot-small.jpg
twitter:
card: "summary"
# Add default layout for the books collection
- scope:
path: ""
type: "books"
values:
layout: "book"
# Google site verification via Jekyll-seo-tag
webmaster_verifications:
google: NnoUcVom5yrsNeAcRLx7yQvWortvmqEP-yazzCmGSMA
bing: 529AEED96113CF6F5C0DB973E3336D9E
# Disable jekyll-optional-front-matter plugin
require_front_matter: true
# Hack to prevent external styles from leaking in. For details, see
# https://github.com/jekyll/jekyll/issues/7478#issuecomment-454346783.
theme: null
# SASS
sass:
sass_dir: _sass
style: compressed
# Compress HTML https://jch.penibelst.de/
compress_html:
clippings: []
comments: []
endings: []
ignore:
envs: []
blanklines: false
profile: false
startings: []
# Excluded files from site
exclude:
- LICENSE.md
- CNAME
- Gemfile
- redirects.json
redirect_from:
json: false