67 lines
1.3 KiB
YAML
67 lines
1.3 KiB
YAML
# Site settings
|
|
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.
|
|
|
|
# Deployment
|
|
baseurl: ''
|
|
url: 'https://blog.severed.ink'
|
|
#twitter_username: jekyllrb
|
|
github_username: Severed
|
|
|
|
# Shorter URLs
|
|
permalink: /:categories/:title/
|
|
|
|
# Theme settings
|
|
theme: minima
|
|
minima:
|
|
skin: dark
|
|
|
|
plugins:
|
|
- jekyll-feed
|
|
- jekyll-archives
|
|
|
|
# Exclude from processing.
|
|
# The following items will not be processed, by default.
|
|
# Any item listed under the `exclude:` key here will be automatically added to
|
|
# the internal "default list".
|
|
#
|
|
# Excluded items can be processed by explicitly listing the directories or
|
|
# their entries' file path in the `include:` list.
|
|
#
|
|
exclude:
|
|
- .sass-cache/
|
|
- .jekyll-cache/
|
|
- gemfiles/
|
|
- Gemfile
|
|
- Gemfile.lock
|
|
- node_modules/
|
|
- vendor/bundle/
|
|
- vendor/cache/
|
|
- vendor/gems/
|
|
- vendor/ruby/
|
|
|
|
# custom fields
|
|
#
|
|
module_order:
|
|
- releases
|
|
- architectures
|
|
|
|
jekyll-archives:
|
|
enabled:
|
|
- categories
|
|
layout: category_index
|
|
permalinks:
|
|
category: '/:name/'
|
|
|
|
sass:
|
|
style: compressed
|
|
quiet_deps: true
|
|
silence_deprecations:
|
|
- import
|
|
- color-functions
|
|
- global-builtin
|
|
- mixed-decls
|