1
0
mirror of https://github.com/meineerde/holgerjust.de.git synced 2025-10-17 17:01:01 +00:00

Index articles by year

This commit is contained in:
Holger Just 2015-12-07 13:38:14 +01:00
parent b7a99ea9c6
commit aa03872805

View File

@ -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)/