Repos / hi.imnhan.com / 03b2cd7847
commit 03b2cd7847b4ff5d3cd14b5901fa9bc603b9c258
Author: nhanb <thanhnhan483@gmail.com>
Date:   Sun Sep 15 18:49:16 2013 +0700

    Update subtitle, minor fix in about page

diff --git a/content/pages/about.md b/content/pages/about.md
index 98c15d2..6902e5d 100644
--- a/content/pages/about.md
+++ b/content/pages/about.md
@@ -5,7 +5,7 @@ ## About me
 ![My face](/static/images/nhan.jpg)
 
 My name is **Bùi Thành Nhân**. I'm an undergraduate at RMIT Vietnam, focusing myself on web
-delvelopment, mostly backend but I'm also taking huge interests in frontend frameworks too (twitter
+delvelopment, mostly backend but I'm also taking huge interests in frontend frameworks (twitter
 bootstrap, angularjs, etc.).
 
 I have a working knowledge of Java desktop programming, experience on web programming with PHP and
@@ -19,7 +19,7 @@ ## About me
 
 ## About this blog
 
-My mind is a sad mess which cannot hold much important/interesting information after a couple of
+My mind is a sad mess that cannot hold much important/interesting information after a couple of
 months or so. This blog is where I write down interesting things I discover, or practice expressing
 myself by writing technical tutorials. On occasional bad days I might throw all my ramblings here
 too, but hopefully those will be rare.
diff --git a/pelicanconf.py b/pelicanconf.py
index 4f392e9..cbb7af7 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -4,7 +4,7 @@
 
 AUTHOR = u'Bùi Thành Nhân'
 SITENAME = u'Nerdy Weekly'
-SITESUBTITLE = u'By nhanb'
+SITESUBTITLE = u'Thoughts on programming, technology and being awesome in general'
 SITEURL = ''
 
 THEME = u'/home/nhanb/open-source/pelican-octopress-theme'
@@ -12,7 +12,7 @@
 TIMEZONE = 'Asia/Ho_Chi_Minh'
 
 DEFAULT_LANG = u'en'
-TYPOGRYFY = True
+TYPOGRIFY = True
 
 # Feed generation is usually not desired when developing
 FEED_ALL_ATOM = None