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
|
BUNDLE := bundle
|
||||||
|
|
||||||
serve:
|
serve:
|
||||||
${BUNDLE} exec jekyll serve
|
${BUNDLE} exec jekyll serve -w
|
||||||
|
|
||||||
update:
|
update:
|
||||||
${BUNDLE} update
|
${BUNDLE} update
|
||||||
|
@ -27,6 +27,7 @@ github_username: mediocregopher
|
|||||||
|
|
||||||
# Build settings
|
# Build settings
|
||||||
markdown: kramdown
|
markdown: kramdown
|
||||||
|
#theme: "minimal-mistakes-jekyll"
|
||||||
remote_theme: "mmistakes/minimal-mistakes"
|
remote_theme: "mmistakes/minimal-mistakes"
|
||||||
plugins:
|
plugins:
|
||||||
- jekyll-feed
|
- jekyll-feed
|
||||||
@ -50,7 +51,6 @@ title_separator: "-"
|
|||||||
defaults:
|
defaults:
|
||||||
# _posts
|
# _posts
|
||||||
- scope:
|
- scope:
|
||||||
path: ""
|
|
||||||
type: posts
|
type: posts
|
||||||
values:
|
values:
|
||||||
layout: single
|
layout: single
|
||||||
|
Loading…
Reference in New Issue
Block a user