Add file compression

This commit is contained in:
2014-12-15 21:28:25 +01:00
parent e327a1ff35
commit 4f4e464843
4 changed files with 31 additions and 3 deletions

View File

@@ -24,3 +24,5 @@ hit_to_page_conf = [r'^.+/category/.+$', r'^.+/tag/.+$', r'^.+/archive/.+$', r'^
# Because it's too long to build HTML when there is too much entries
max_hits_displayed = 100
max_downloads_displayed = 100
compress_output_files = ['html', 'css', 'js']