diff options
| author | franck cuny <franck@lumberjaph.net> | 2010-09-11 20:45:45 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2010-09-11 20:45:45 +0200 |
| commit | 365f00776718d5ce1b7dfcff8be6a09f05003e3b (patch) | |
| tree | 526a569b1ca80324178c858eddd15226a3514b2b | |
| parent | try again (diff) | |
| download | lumberjaph-365f00776718d5ce1b7dfcff8be6a09f05003e3b.tar.gz | |
conf and htaccess
Diffstat (limited to '')
| -rw-r--r-- | .htaccess | 5 | ||||
| -rw-r--r-- | _config.yml | 1 |
2 files changed, 5 insertions, 1 deletions
@@ -2,4 +2,7 @@ RewriteEngine On Redirect permanent /blog/index.php/feed/ /index.atom Redirect permanent /archives.rss /index.atom Redirect permanent /index.rss /index.atom -Redirect permanent /how-to-use-vim-as-a-personal-wiki.html /app/2008/06/14/how-to-use-vim-as-a-personal-wiki.html
\ No newline at end of file +Redirect permanent /how-to-use-vim-as-a-personal-wiki.html /app/2008/06/14/how-to-use-vim-as-a-personal-wiki.html +Redirect permanent /rtgi-recrute--encore-.html /linkfluence/2009/01/18/rtgi-recrute-encore.html +Redirect permanent /tidify-a-json-in-vim.html /perl/2009/02/17/tidify-a-json-in-vim.html +Redirect permanent /belgian-perl-workshop-09.html /conference/2009/03/08/belgian-perl-workshop-09.html
\ No newline at end of file diff --git a/_config.yml b/_config.yml index 44d3f59..57de775 100644 --- a/_config.yml +++ b/_config.yml @@ -1 +1,2 @@ pygments: 1 +auto: true |
