Files
Severed-Blog/_config.yml
2025-12-31 00:21:26 -05:00

55 lines
923 B
YAML

title: Severed
email: wboughattas@proton.me
description: >-
Architectural revisions and engineering logs from the Severed platform.
Transitioning from managed cloud to self-hosted OSS infrastructure.
baseurl: ''
url: 'https://blog.severed.ink'
github_username: Severed
permalink: /:categories/:title/
theme: minima
minima:
skin: dark
plugins:
- jekyll-feed
- jekyll-archives
- jekyll-wikirefs
- jekyll-postfiles
exclude:
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- Gemfile
- Gemfile.lock
- node_modules/
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
sass:
style: compressed
quiet_deps: true
silence_deprecations:
- import
- color-functions
- global-builtin
- mixed-decls
jekyll-archives:
enabled:
- categories
layout: category_index
permalinks:
category: '/:name/'
# custom field
module_order:
- releases
- architectures