Mercurial > public > pelican-blog
diff __bgn/import_blogophile.py @ 3:c3115da3ff73
More tweaking. Trying pelican-bootstrap3 theme.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 30 Jan 2014 21:44:15 -0600 |
parents | b7be75ff95b0 |
children |
line wrap: on
line diff
--- a/__bgn/import_blogophile.py Wed Jan 29 21:32:04 2014 -0600 +++ b/__bgn/import_blogophile.py Thu Jan 30 21:44:15 2014 -0600 @@ -31,7 +31,7 @@ SRC_DIR = os.path.expanduser('~/coding/python/virtualenvs/blogofile/blog/_posts') -DST_DIR = os.path.expanduser('~/coding/python/venvs/blog/blog-pelican/content') +DST_DIR = os.path.expanduser('~/coding/python/venvs/blog/blog-pelican/content/Coding') TITLE_RE = re.compile(r'^title: (?P<title>.*)$') DATE_RE = re.compile(r'^date: (?P<year>\d{4})/' @@ -45,7 +45,6 @@ {title_underline} :date: {date} -:category: coding :tags: {tags} :slug: {slug} :author: Brian Neal