diff --git a/pelicanconf.py b/pelicanconf.py index f44e8fd..5b7418a 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -100,3 +100,6 @@ THUMBNAIL_SIZES = {'thumb':'200x?', 'thumb2x':'400x?'} # category url CATEGORY_URL = '/{slug}.html' + +#stream +STREAM_SAVE_AS='stream/{slug}.html' \ No newline at end of file