some small things that probably won't matter
This commit is contained in:
parent
58b6fc8641
commit
89b452fcce
2
Makefile
2
Makefile
@ -2,7 +2,7 @@
|
||||
BUNDLE := bundle
|
||||
|
||||
serve:
|
||||
${BUNDLE} exec jekyll serve
|
||||
${BUNDLE} exec jekyll serve -w
|
||||
|
||||
update:
|
||||
${BUNDLE} update
|
||||
|
@ -27,6 +27,7 @@ github_username: mediocregopher
|
||||
|
||||
# Build settings
|
||||
markdown: kramdown
|
||||
#theme: "minimal-mistakes-jekyll"
|
||||
remote_theme: "mmistakes/minimal-mistakes"
|
||||
plugins:
|
||||
- jekyll-feed
|
||||
@ -50,7 +51,6 @@ title_separator: "-"
|
||||
defaults:
|
||||
# _posts
|
||||
- scope:
|
||||
path: ""
|
||||
type: posts
|
||||
values:
|
||||
layout: single
|
||||
|
Loading…
Reference in New Issue
Block a user