summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Picciano <mediocregopher@gmail.com>2018-09-03 13:22:10 -0400
committerBrian Picciano <mediocregopher@gmail.com>2018-09-03 13:22:10 -0400
commit89b452fcceba6bec4f9f80b21113b90688a16406 (patch)
tree49f6759c2252454599426a98100b808840f872fc
parent58b6fc86414642aca333b542e52cba029eb05698 (diff)
some small things that probably won't matter
-rw-r--r--Makefile2
-rw-r--r--_config.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3838e3d..76f0303 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
BUNDLE := bundle
serve:
- ${BUNDLE} exec jekyll serve
+ ${BUNDLE} exec jekyll serve -w
update:
${BUNDLE} update
diff --git a/_config.yml b/_config.yml
index d6e5f93..9d2d3a9 100644
--- a/_config.yml
+++ b/_config.yml
@@ -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