From aa03872805d1d2aa4a102a31f0f6b9e45d954b9c Mon Sep 17 00:00:00 2001 From: Holger Just Date: Mon, 7 Dec 2015 13:38:14 +0100 Subject: [PATCH] Index articles by year --- config.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.rb b/config.rb index dc06d2b..d109853 100644 --- a/config.rb +++ b/config.rb @@ -38,9 +38,9 @@ activate :blog do |blog| # This will add a prefix to all links, template references and source paths # blog.prefix = "blog" - # blog.permalink = "{year}/{month}/{day}/{title}.html" + blog.permalink = "{year}/{title}.html" # Matcher for blog source files - blog.sources = 'articles/{year}-{month}-{day}-{title}.html' + blog.sources = 'articles/{year}/{title}.html' blog.taglink = 'tag/{tag}.html' blog.layout = "layout" blog.summary_separator = /(READMORE)/