-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
73 lines (64 loc) · 1.17 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
# Site
title: Evan Pratten
description: Evan Pratten is a software developer, amateur radio operator, and more. This is his website.
profile_photo: &profile_photo /assets/profile-photos/2022/460x460.webp
encoding: utf-8
source: src
# Development settings
host: 0.0.0.0
port: 4000
livereload: true
# URL
baseurl: /
url: https://ewpratten.com
# RSS
feed:
icon: *profile_photo
path: rss.xml
# Markdown
markdown: kramdown
kramdown:
input: GFM
mathjax: true
# Plugins
plugins:
- jekyll-feed
# - jekyll-target-blank
# Per-collection settings
collections_dir: collections
collections:
posts:
output: true
permalink: /blog/:title
photos:
output: true
permalink: /photography/:title
music:
output: true
permalink: /music/:title
software:
output: true
permalink: /software/:title
# Force-include some files
include:
# Cloudflare "magic" files
- functions/
- _routes.json
- _redirects
# Exclusions
exclude:
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- Gemfile
- Gemfile.lock
- node_modules/
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
# Zola migration
- content/
- static/
- templates/
- sass/