diff options
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. |