some small things that probably won't matter

This commit is contained in:
Brian Picciano 2018-09-03 13:22:10 -04:00
parent 58b6fc8641
commit 89b452fcce
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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