-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
48 lines (48 loc) · 1.13 KB
/
_config.yml
File metadata and controls
48 lines (48 loc) · 1.13 KB
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
title: Thomas Queste
email: tom@tomsquest.com
tagline: Dev insights, productivity hacks, and captivating reads
description: Software development insights, productivity tips, and engaging reads by a passionate engineer
baseurl: ""
url: https://www.tomsquest.com
date_format: "%b %-d, %Y"
# author is used by jekyll-feeds and SEO
author:
name: Thomas Queste
url: https://www.tomsquest.com/about/
picture: /assets/images/about/me.jpg
twitter: ThomasQueste
# seo:begin
webmaster_verifications:
google: nfl83aFbhw23MLLNf_GMkcp0SzoevfBy_lYvEDvwfso
bing: 5711A2425B0124B3BBED08C611D28345
logo: /assets/images/logo_512.png
twitter:
username: ThomasQueste
card: summary
social:
name: Thomas Queste
links:
- https://twitter.com/ThomasQueste
- https://www.linkedin.com/in/thomasqueste
- https://github.com/tomsquest
- https://keybase.io/thomasqueste
# seo:end
sass:
style: compressed
collections:
posts:
output: true
permalink: /blog/:year/:month/:title/
feed:
path: /atom.xml
posts_limit: 20
plugins:
- jekyll-seo-tag
- jekyll-feed
- jekyll-sitemap
exclude:
- .idea
- .ruff_cache
- _bin
- _old
- venv