all repos — h3rald @ 62e418ea576ec6cf268419a2ad038e59a2373108

The sources of https://h3rald.com

.htaccess doesn't get copied by nanoc, it seems.
h3rald h3rald@h3rald.com
Sat, 24 Oct 2009 22:27:13 +0200
commit

62e418ea576ec6cf268419a2ad038e59a2373108

parent

3d05cfd0cf8630101727f6b6fee24df8ea05f6c3

3 files changed, 1 insertions(+), 9 deletions(-)

jump to
M RulesRules

@@ -27,7 +27,7 @@ compile 'sitemap' do

rep.filter :erb end -compile /\/(js\/.+?|.htaccess|robots)/ do +compile /\/(js\/.+?)/ do # do nothing end

@@ -61,10 +61,6 @@ end

route '/js/*' do item.identifier.gsub(/\/$/, '') + '.js' -end - -route 'robots' do - item.identifier.gsub(/\/$/, '') + '.txt' end route '*' do
M content/.htaccessresources/.htaccess

@@ -1,5 +1,3 @@

------ ------ # Don't show directory listings for URLs which map to a directory. Options -Indexes
M content/robots.txtresources/robots.txt

@@ -1,5 +1,3 @@

------ ------ User-agent: * Disallow: /data Disallow: /images