some small things that probably won't matter

pull/2/head
Brian Picciano 6 years ago
parent 58b6fc8641
commit 89b452fcce
  1. 2
      Makefile
  2. 2
      _config.yml

@ -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…
Cancel
Save