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