commit:     e3d9dd38ce8c080cfdfde9d398462b1497dc0f87
Author:     Alex Legler <alex <AT> a3li <DOT> li>
AuthorDate: Tue Dec 13 07:44:09 2016 +0000
Commit:     Alex Legler <a3li <AT> gentoo <DOT> org>
CommitDate: Tue Dec 13 07:44:09 2016 +0000
URL:        https://gitweb.gentoo.org/sites/www.git/commit/?id=e3d9dd38

Update to jekyll-3

 _config.yml | 7 +++----
 1 file 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

Reply via email to