Repos / hi.imnhan.com / cfe4721ecc
commit cfe4721eccb0b030a537d86455c833293aeefea3
Author: nhanb <nhan@nerdyweekly.com>
Date:   Sat Apr 23 09:45:29 2016 +0700

    minify html, upgrade pip packages

diff --git a/pelicanconf.py b/pelicanconf.py
index fb6559a..a063325 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -63,6 +63,13 @@
 )
 
 PLUGIN_PATH = '/home/nhanb/open-source/pelican-plugins'
+PLUGINS = ['minify']
+
+MINIFY = {
+    'remove_comments': False,
+    'remove_all_empty_space': True,
+    'remove_optional_attribute_quotes': False
+}
 
 FEED_DOMAIN = SITEURL
 FEED_ALL_ATOM = 'feeds/all.atom.xml'
diff --git a/requirements.txt b/requirements.txt
index eeb17f5..96031e3 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,21 +1,21 @@
 backports-abc==0.4
 blinker==1.4
 docutils==0.12
-feedgenerator==1.7
+feedgenerator==1.8
 ghp-import==0.4.1
 htmlmin==0.1.10
 Jinja2==2.8
-joblib==0.9.3
+joblib==0.9.4
 livereload==2.4.0
 Markdown==2.6.5
 MarkupSafe==0.23
 pelican==3.6.3
 pelican-minify==0.9
-Pygments==2.0.2
-python-dateutil==2.4.2
-pytz==2015.7
+Pygments==2.1.3
+python-dateutil==2.5.3
+pytz==2016.4
 six==1.10.0
 smartypants==1.8.6
 tornado==4.3
 typogrify==2.0.7
-Unidecode==0.4.18
+Unidecode==0.4.19