53 lines
882 B
YAML
53 lines
882 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
|
|
|
|
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
|