1
ewpratten.com/_config.yml
2024-11-27 11:28:32 -05:00

58 lines
933 B
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
# Plugins
plugins:
- jekyll-feed
# Per-collection settings
# collections_dir: _collections
collections:
posts:
output: true
permalink: /blog/:title
photos:
output: true
permalink: /photography/:title
# 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/