summaryrefslogtreecommitdiff
path: root/app/builder
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2012-12-12 21:06:02 -0500
committerluxagraf <sng@luxagraf.net>2012-12-12 21:06:02 -0500
commit4b963b007e47feedce22938c0831d0f3bcf54f84 (patch)
treea661de621f1cdcc9a8a1bd6d404801521c8bc96d /app/builder
parent841e67b79e3b91eac544a7fc85b76297ce3d8925 (diff)
started building code blog
Diffstat (limited to 'app/builder')
-rw-r--r--app/builder/base.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/builder/base.py b/app/builder/base.py
index 9dc07e9..56d4149 100644
--- a/app/builder/base.py
+++ b/app/builder/base.py
@@ -274,3 +274,5 @@ class BuildAbout(Build):
fpath = '%sindex.html' %(path)
self.write_file(fpath,t)
+class BuildCodeSite(Build):
+