Repos / hi.imnhan.com / e4a035f1c9
commit e4a035f1c9033d3d3fcf4de960dd02cc5b8a8b8a
Author: nhanb <nhan@nerdyweekly.com>
Date:   Fri Dec 18 10:26:09 2015 +0700

    update requirements.txt, add dev instructions

diff --git a/README.md b/README.md
index 855d826..5514001 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,24 @@
 # My blog
 
-This is the source code for http://blog.nerdyweekly.com using
+This is the source code for http://www.nerdyweekly.com using
 [Pelican](http://github.com/getpelican/pelican)
 
+# Dev environment
+
+This repo targets Pelican 3.6 on Python 3.4. Initial setup on Ubuntu with virtualenvwrapper looks
+something like this:
+
+```bash
+mkvirtualenv -p `which python3.4` pelican
+pip install --upgrade pip
+pip install -r requirements.txt
+```
+
+Then use:
+
+  - `make devserver` / `make stopserver` for local dev at port 8000
+  - `make github` to publish to www.nerdyweekly.com
+
 # License
 
 All code and content within this repository is licensed under the terms of the MIT license:
diff --git a/requirements.txt b/requirements.txt
index f8bd72e..eeb17f5 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,21 @@
-pelican
-Markdown
-typogrify
-ghp-import
+backports-abc==0.4
+blinker==1.4
+docutils==0.12
+feedgenerator==1.7
+ghp-import==0.4.1
+htmlmin==0.1.10
+Jinja2==2.8
+joblib==0.9.3
+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
+six==1.10.0
+smartypants==1.8.6
+tornado==4.3
+typogrify==2.0.7
+Unidecode==0.4.18