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:
parent
b7a99ea9c6
commit
aa03872805
@ -38,9 +38,9 @@ activate :blog do |blog|
|
|||||||
# This will add a prefix to all links, template references and source paths
|
# This will add a prefix to all links, template references and source paths
|
||||||
# blog.prefix = "blog"
|
# blog.prefix = "blog"
|
||||||
|
|
||||||
# blog.permalink = "{year}/{month}/{day}/{title}.html"
|
blog.permalink = "{year}/{title}.html"
|
||||||
# Matcher for blog source files
|
# 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.taglink = 'tag/{tag}.html'
|
||||||
blog.layout = "layout"
|
blog.layout = "layout"
|
||||||
blog.summary_separator = /(READMORE)/
|
blog.summary_separator = /(READMORE)/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user