coleslaw/src
Brit Butler 6283d63331 A little performance hack for faster compiles.
We were generating the complete list of tags and months on every
index render. Now the data is computed once during content load
and cached in a global for the remainder of the compilation process.
20% reduction in compile-time for my 430-post blog.
2014-05-16 11:09:47 -04:00
..
coleslaw.lisp Add *last-revision* and export it and GET-UPDATED-FILES. 2014-05-07 17:51:26 -04:00
config.lisp Use default-initargs, switch some accessors to readers. 2014-05-15 10:43:39 -04:00
content.lisp Use default-initargs, switch some accessors to readers. 2014-05-15 10:43:39 -04:00
documents.lisp Use some more format recipes. 2014-05-06 15:25:28 -04:00
feeds.lisp Split feeds back out into their own file. 2014-05-01 17:16:50 -04:00
indexes.lisp A little performance hack for faster compiles. 2014-05-16 11:09:47 -04:00
packages.lisp Export title-of, author-of, and find-content-by-path. Cleanup twitter plugin. 2014-05-08 11:47:59 -04:00
posts.lisp Bugfixes to sitemaps, mathjax, and posts. 2014-05-16 10:42:08 -04:00
themes.lisp Use some more format recipes. 2014-05-06 15:25:28 -04:00
util.lisp Bump version to 0.95-dev, tweak exports, NEWS entries. 2014-05-07 18:04:30 -04:00