From f818d439160c8f06add42dd10cfcdbddc71b04d7 Mon Sep 17 00:00:00 2001 From: Zhiming Wang <zmwangx@gmail.com> Date: Fri, 8 Jan 2016 21:16:14 -0800 Subject: Add stuff to source/ and exclude them The lonely templates/template.html finally finds it home in the cozy source/, where it rightfully belongs, without the need to worry about being exposed to the world in build/ ;) The full fontello distribution I downloaded (and unpacked) from fontello.com is now in source/fonts/fontello. --- pyblog | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pyblog') diff --git a/pyblog b/pyblog index b3b174d5..8438bc71 100755 --- a/pyblog +++ b/pyblog @@ -62,8 +62,7 @@ SOURCEDIR = os.path.join(ROOTDIR, "source") POSTSDIR = os.path.join(SOURCEDIR, "blog") INDEXMD = os.path.join(SOURCEDIR, "index.md") GENERATORSOURCE = os.path.join(ROOTDIR, "pyblog") -TEMPLATEDIR = os.path.join(ROOTDIR, "templates") -HTMLTEMPLATE = os.path.join(TEMPLATEDIR, "template.html") +HTMLTEMPLATE = os.path.join(SOURCEDIR, "template.html") BUILDDIR = os.path.join(ROOTDIR, "build") ATOM = os.path.join(BUILDDIR, "atom.xml") RSS = os.path.join(BUILDDIR, "rss.xml") -- cgit v1.2.1