diff options
author | Alex Legler <alex@a3li.li> | 2016-12-13 08:44:09 +0100 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2016-12-13 08:44:09 +0100 |
commit | e3d9dd38ce8c080cfdfde9d398462b1497dc0f87 (patch) | |
tree | 73657aa3dc58cc211542edb1c5a5b5062960f995 /_config.yml | |
parent | gentoo-proxy-maint was missing from the list of lists. (diff) | |
download | www-e3d9dd38ce8c080cfdfde9d398462b1497dc0f87.tar.gz www-e3d9dd38ce8c080cfdfde9d398462b1497dc0f87.tar.bz2 www-e3d9dd38ce8c080cfdfde9d398462b1497dc0f87.zip |
Update to jekyll-3
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/_config.yml b/_config.yml index fdbe844..1e39c6a 100644 --- a/_config.yml +++ b/_config.yml @@ -14,14 +14,13 @@ markdown: kramdown sass: style: :compressed -permalink: /news/:year/:month/:day/:title.html - defaults: - scope: - path: "" # an empty string here means all files in the project + type: pages values: layout: "page" + permalink: /:path/:basename:output_ext - scope: path: inside-gentoo @@ -29,10 +28,10 @@ defaults: nav1: inside-gentoo - scope: - path: "" type: "posts" values: layout: "post" + permalink: /news/:year/:month/:day/:title.html nav1: home nav2: news nav2-show: true |