diff options
author | luxagraf <sng@luxagraf.net> | 2012-10-14 22:50:26 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2012-10-14 22:50:26 -0400 |
commit | 190ba2096aee40c569dcb858ca796961d051fba1 (patch) | |
tree | e29ce65ed2859e95c5c996e2b8421eeae779c960 /README | |
parent | 91f1ab37b2dda0108e44c840f00d9bb9ca0570ec (diff) |
added functions to build homepage and pub a new post
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -7,8 +7,9 @@ What I should do is refactor both into a single clean module with methods for bu # each section individually * All Writing pages -- done * All Photo -- done - * All Projects - * Links + * All Projects --done + * All Pages (about, contact, etc) -- done + * Links # Everything needed to post a new entry... * writing archives * map @@ -18,7 +19,7 @@ What I should do is refactor both into a single clean module with methods for bu # Individual pages that need periodic rebuilding * feed -- done * sitemap -- done - * map + * map -- done # The whole goddamn thing. In build each model has a build function that calls all the routines necessary to build everything. I like that model, but then I need to expose those functions a bit more. |