We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 066970a commit dbea840Copy full SHA for dbea840
2 files changed
Gemfile
@@ -1,7 +1,7 @@
1
source "https://rubygems.org"
2
3
gem "jekyll", "~> 4.3"
4
-gem "minima", "~> 2.5"
+gem "webrick", "~> 1.7"
5
6
group :jekyll_plugins do
7
gem "jekyll-feed", "~> 0.12"
_config.yml
@@ -10,9 +10,6 @@ author:
10
email: "johnsamuelwrites@gmail.com"
11
github: "johnsamuelwrites"
12
13
-# Theme - we use custom layouts
14
-theme: minima
15
-
16
# Markdown
17
markdown: kramdown
18
kramdown:
@@ -164,7 +161,3 @@ exclude:
164
161
- ".sass-cache"
165
162
- ".jekyll-cache"
166
163
167
-# Sass
168
-sass:
169
- sass_dir: _sass
170
- style: compressed
0 commit comments