Skip to content

Commit dbea840

Browse files
Correct theme
1 parent 066970a commit dbea840

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source "https://rubygems.org"
22

33
gem "jekyll", "~> 4.3"
4-
gem "minima", "~> 2.5"
4+
gem "webrick", "~> 1.7"
55

66
group :jekyll_plugins do
77
gem "jekyll-feed", "~> 0.12"

_config.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ author:
1010
email: "johnsamuelwrites@gmail.com"
1111
github: "johnsamuelwrites"
1212

13-
# Theme - we use custom layouts
14-
theme: minima
15-
1613
# Markdown
1714
markdown: kramdown
1815
kramdown:
@@ -164,7 +161,3 @@ exclude:
164161
- ".sass-cache"
165162
- ".jekyll-cache"
166163

167-
# Sass
168-
sass:
169-
sass_dir: _sass
170-
style: compressed

0 commit comments

Comments
 (0)