remove tutorials index page

This commit is contained in:
Henning Peters 2015-12-03 20:10:21 +01:00
parent 194b03fc5f
commit febd8d32ac
2 changed files with 0 additions and 1 deletions

1
fabfile.py vendored
View File

@ -74,7 +74,6 @@ def web():
jade('home/index.jade', '') jade('home/index.jade', '')
jade('docs/index.jade', 'docs/') jade('docs/index.jade', 'docs/')
jade('blog/index.jade', 'blog/') jade('blog/index.jade', 'blog/')
jade('tutorials/index.jade', 'tutorials/')
for collection in ('blog', 'tutorials'): for collection in ('blog', 'tutorials'):
for post_dir in (Path(__file__).parent / 'website' / 'src' / 'jade' / collection).iterdir(): for post_dir in (Path(__file__).parent / 'website' / 'src' / 'jade' / collection).iterdir():