1
ewpratten.com/_config.yml
Evan Pratten 09aeac2a5d
All checks were successful
Deploy ewpratten.com / Deploy to Production (push) Successful in 1m23s
Fix webfinger inclusion
2025-03-17 14:02:36 -04:00

76 lines
1.2 KiB
YAML

# 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
# Webfinger
- .well-known/webfinger
# 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/