-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
50 lines (42 loc) · 1.02 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
title: Nils Streedain
tagline: "Creative from Portland, OR."
description: "The personal blog of Nils Streedain, exploring deep dives into cybersecurity, technology, and DIY projects."
url: "https://www.nilsstreedain.com"
author:
name: Nils Streedain
url: https://www.nilsstreedain.com/
logo: /assets/icons/apple-touch-icon.png
social:
name: Nils Streedain
links:
- https://bsky.app/profile/nilsstreedain.com
- https://www.instagram.com/nils.streedain
- https://github.com/nilsstreedain
- https://www.youtube.com/c/nilsstreedain
- https://www.linkedin.com/in/nilsstreedain
defaults:
- scope:
path: ""
type: "posts"
values:
layout: "post"
- scope:
path: ""
values:
layout: "default"
permalink: pretty
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-seo-tag
feed:
categories:
- blog
webp:
enabled: true
quality: 100
img_dir: ["/assets/img"]
nested: true
formats: [".jpeg", ".jpg", ".png", ".tiff"]
gifs: [".gif"]
regenerate: false