summaryrefslogtreecommitdiff
path: root/config.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config.rb')
-rw-r--r--config.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.rb b/config.rb
index a90a2aa..7cf898b 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 = "news"
+ blog.prefix = "aktuelles/blog"
# blog.permalink = "{year}/{month}/{day}/{title}.html"
# Matcher for blog source files
@@ -23,8 +23,8 @@ activate :blog do |blog|
# blog.day_link = "{year}/{month}/{day}.html"
# blog.default_extension = ".markdown"
- blog.tag_template = "tag.html"
- blog.calendar_template = "calendar.html"
+ # blog.tag_template = "tag.html"
+ # blog.calendar_template = "calendar.html"
# Enable pagination
blog.paginate = true