From 9bb082598c35e03428720a54a45b23fb25061644 Mon Sep 17 00:00:00 2001 From: Daisuke Murase Date: Fri, 20 Nov 2009 13:38:27 +0900 Subject: [PATCH] update .nim for latest style --- .nim | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.nim b/.nim index ebc3caf..ee5d7de 100644 --- a/.nim +++ b/.nim @@ -21,8 +21,8 @@ plugins: rule: expression: $entry->path =~ /^clmemo/; config: - path: memo/{year}/{month}/{day} - filename: '{filename}/index.html' + path: memo/// + filename: '/index.html' - module: AutoIndex config: @@ -31,7 +31,7 @@ plugins: - module: AutoIndex config: filter: $entry->path =~ /^clmemo/; - path: memo/{year}/{month}/{day} + path: memo/// - module: AutoIndex config: @@ -41,7 +41,7 @@ plugins: - module: AutoIndex config: filter: $entry->path =~ /^clmemo/; - path: memo/tag/{tag} + path: memo/tag/ - module: AutoIndex config: