From 9cbb3e63db68bfc7d38a8b1368d61dd9456af446 Mon Sep 17 00:00:00 2001 From: Lars Henrik Mai Date: Tue, 8 Apr 2014 15:48:53 +0200 Subject: blog lives in /news, add some config stuff --- config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.rb') diff --git a/config.rb b/config.rb index 6df75fa..831edd2 100644 --- a/config.rb +++ b/config.rb @@ -6,7 +6,7 @@ activate :blog do |blog| # This will add a prefix to all links, template references and source paths - # blog.prefix = "blog" + blog.prefix = "news" # blog.permalink = "{year}/{month}/{day}/{title}.html" # Matcher for blog source files -- cgit v1.2.1