Repos / hi.imnhan.com / 26a4a36afb
commit 26a4a36afb16feb18b8e5b82747f79388bc12bd3
Author: nhanb <thanhnhan483@gmail.com>
Date:   Mon Dec 16 18:23:48 2013 +0700

    proofreading fixes

diff --git a/content/fix-rmit-wifi-issue-with-ubuntu-13-04.md b/content/fix-rmit-wifi-issue-with-ubuntu-13-04.md
index b5c7769..032b8f2 100644
--- a/content/fix-rmit-wifi-issue-with-ubuntu-13-04.md
+++ b/content/fix-rmit-wifi-issue-with-ubuntu-13-04.md
@@ -3,7 +3,7 @@
 Category: tutorials
 Tags: ubuntu, linux
 Slug: fix-rmit-wifi-issue-in-ubuntu-13-04-and-variants
-Summary: The problem is NetworkManager, there's a workaround but nobody has been assigned to formally fix it.
+Summary: The problem is NetworkManager - there's a workaround but nobody has been formally assigned to fix it.
 
 ## The issue
 
diff --git a/content/installing-programs-in-ubuntu.md b/content/installing-programs-in-ubuntu.md
index f4cc8b7..6047abc 100644
--- a/content/installing-programs-in-ubuntu.md
+++ b/content/installing-programs-in-ubuntu.md
@@ -2,7 +2,7 @@
 Date: 2013-09-06 21:03
 Category: tutorials
 Tags: ubuntu, linux
-Summary: Or the story of runtime paths, executables, packages and package managers.
+Summary: Or the story of runtime paths, executables, packages and package managers
 
 This article will not only explain how to install stuff, but it will (hopefully) also give readers
 a better understanding about Linux's structure for storing and executing programs, ultimately
diff --git a/pelicanconf.py b/pelicanconf.py
index 82ea6be..0535431 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'Thoughts on programming, technology and being awesome in general'
+SITESUBTITLE = u'Thoughts on programming and other stuff that matters'
 SITEURL = ''
 
 THEME = u'/home/nhanb/open-source/pelican-octopress-theme'
@@ -32,10 +32,6 @@
     {'path': 'google3f40dbd543a603fa.html'}
 }
 
-## Copy static files to output
-#FILES_TO_COPY = (
-                 #)
-
 ARTICLE_URL = 'posts/{slug}/'
 ARTICLE_SAVE_AS = 'posts/{slug}/index.html'
 ARTICLE_LANG_URL = 'posts/{slug}-{lang}/'