summaryrefslogtreecommitdiff
path: root/_config.yml
diff options
context:
space:
mode:
authorKarl Hallsby <karl@hallsby.com>2020-09-26 02:03:43 -0500
committerKarl Hallsby <karl@hallsby.com>2020-09-26 02:03:43 -0500
commit883eb6c8315524eec6d4d78613d6b857b5f0ee4a (patch)
treefe443a8e4161e15e8c059b79c28f9ced4db70033 /_config.yml
parentc97c56f5e8cd43362fac0221a790317874b133d0 (diff)
Attempt to get Dark-themed minima
minima doesn't come with the dark skin on 2.5.1. That is for the release of 3.x.
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml
index 4a38323..90ad48d 100644
--- a/_config.yml
+++ b/_config.yml
@@ -38,6 +38,10 @@ kramdown:
hard_wrap: false
theme: minima
+# The dark skin is NOT in the 2.5.1 release!
+minima:
+ skin: dark
+
plugins:
- jekyll-feed
- jekyll-pdf-embed