recovery first

This commit is contained in:
minoplhy 2021-06-07 11:33:27 -07:00
parent 5e9b42e671
commit 06722cc830
3 changed files with 2 additions and 34 deletions

View File

@ -28,4 +28,4 @@ end
# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
gem "jekyll-dash"

0
[:mingw, Normal file
View File

View File

@ -25,11 +25,10 @@ url: "https://kylz.nl" # the base hostname & protocol for your site, e.g. http:/
github_username: minoplhy
# Build settings
theme: jekyll-dash
theme: minima
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-paginate
# Exclude from processing.
# The following items will not be processed, by default.
@ -66,35 +65,4 @@ exclude:
- CNAME
- LICENSE
- .git/
# required by disqus to display comments
url: https://your-site-url
# jekyll-paginate
paginate: 5
paginate_path: "/blog/page:num/"
# jekyll-tagging (optional)
tag_permalink_style: pretty
tag_page_layout: tag_page
tag_page_dir: tag
dash:
date_format: "%b %-d, %Y"
disqus:
shortname: kylz.nl/crappy
# generate social links in footer
# supported colors: green, red, orange, blue, cyan, pink, teal, yellow, indigo, purple
social_links:
- url: https://kylz.nl/git/kale
icon: gitea
color: cyan
- url: https://github.com/minoplhy
icon: github
color: black
show_author: false
animation_speed: 50