diff options
author | Brian Picciano <mediocregopher@gmail.com> | 2018-09-03 13:22:10 -0400 |
---|---|---|
committer | Brian Picciano <mediocregopher@gmail.com> | 2018-09-03 13:22:10 -0400 |
commit | 89b452fcceba6bec4f9f80b21113b90688a16406 (patch) | |
tree | 49f6759c2252454599426a98100b808840f872fc | |
parent | 58b6fc86414642aca333b542e52cba029eb05698 (diff) |
some small things that probably won't matter
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | _config.yml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 |