From 7a0643d79c6a06461fbb4670e07c6582e2f13ba2 Mon Sep 17 00:00:00 2001 From: fs000x Date: Sun, 7 Jan 2018 20:39:31 +0800 Subject: [PATCH] FIX: fix jekyll build error: plugins and layouts should be plugins_dir and layouts_dir --- _config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 4b734bbd3..81d69da23 100644 --- a/_config.yml +++ b/_config.yml @@ -5,8 +5,8 @@ # Where things are source: . destination: ./_site -plugins: ./_plugins -layouts: ./_layouts +plugins_dir: ./_plugins +layouts_dir: ./_layouts paginate: 8 # Handling Reading @@ -126,4 +126,4 @@ theme: kunka disqusname: minixalpha # theme can be: hack, leap-day, merlot, midnight, minimal, modernist, slate, time-machine, kunka -# those themes are all come from GitHub Pages Themes \ No newline at end of file +# those themes are all come from GitHub Pages Themes