prettify config file
This commit is contained in:
32
_config.yml
32
_config.yml
@@ -1,20 +1,15 @@
|
||||
# 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
|
||||
@@ -23,14 +18,6 @@ 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/
|
||||
@@ -43,8 +30,16 @@ exclude:
|
||||
- vendor/gems/
|
||||
- vendor/ruby/
|
||||
|
||||
sass:
|
||||
style: compressed
|
||||
quiet_deps: true
|
||||
silence_deprecations:
|
||||
- import
|
||||
- color-functions
|
||||
- global-builtin
|
||||
- mixed-decls
|
||||
|
||||
# custom fields
|
||||
#
|
||||
module_order:
|
||||
- releases
|
||||
- architectures
|
||||
@@ -55,12 +50,3 @@ jekyll-archives:
|
||||
layout: category_index
|
||||
permalinks:
|
||||
category: '/:name/'
|
||||
|
||||
sass:
|
||||
style: compressed
|
||||
quiet_deps: true
|
||||
silence_deprecations:
|
||||
- import
|
||||
- color-functions
|
||||
- global-builtin
|
||||
- mixed-decls
|
||||
|
||||
Reference in New Issue
Block a user