Commit graph

26 commits

Author SHA1 Message Date
Alfredo Beaumont
ca4ba22ef9 Get the month from content-date, if exists, instead of whole date. 2017-03-24 00:10:33 +01:00
Javier Olaechea
c2ff1badf8 ALL-MONTHS: Don't assume that content has a date 2016-10-26 03:52:38 -05:00
Brit Butler
b23a398dd5 Assorted bugfixes and cleanups. 2014-09-05 17:07:22 -04:00
Brit Butler
ef378b9b56 Finish the routing/slugs overhaul. 2014-09-05 17:07:22 -04:00
Brit Butler
ab34400307 Use with-slots for initializers, readers only please! 2014-09-05 17:07:22 -04:00
Brit Butler
ae96c069c4 Half-way commit to getting hardcoded paths out of templates. 2014-09-05 17:07:21 -04:00
Brit Butler
2397b70abb Extract setfs into UPDATE-CONTENT-METADATA. 2014-05-19 12:01:46 -04:00
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
Brit Butler
7326e31479 Export title-of, author-of, and find-content-by-path. Cleanup twitter plugin. 2014-05-08 11:47:59 -04:00
Brit Butler
b2ffed2b17 Simplify TAG and INDEX definitions. 2014-05-08 10:51:45 -04:00
Brit Butler
e96f7f58b9 Assorted cleanups. 2014-05-01 18:51:47 -04:00
Brit Butler
f602c371ea Split feeds back out into their own file. 2014-05-01 17:16:50 -04:00
Brit Butler
514761e1cd Remove page-url methods now stored in the config.
We probably don't want to merge this in until users have had an
adjustment period or without putting a *big* warning in the NEWS.
Users will need to know to update their configs/steal the :routing
block from the example config.
2014-04-29 13:28:12 -04:00
Brit Butler
e5a40b67a7 Update all page-url calls to only use the slug. 2014-04-29 13:28:12 -04:00
Brit Butler
7e028d354e Use write-document throughout. Render-function cleanup done. 2014-04-28 13:59:50 -04:00
Brit Butler
cb868f0852 Rename write-page -> write-file. Clean up some docstrings. 2014-04-18 12:12:57 -04:00
Brit Butler
3029c7e774 Minor comments and doc cleanups. Rearrange util. 2014-04-16 00:04:50 -04:00
Brit Butler
c17bcdd385 Factor purge-all calls in discover to a before method. 2014-04-15 20:43:56 -04:00
Brit Butler
862d7ad066 Update templates to match posts->content. 2014-04-15 20:39:13 -04:00
Brit Butler
fb224744e7 Rename index-posts -> index-content. 2014-04-15 20:32:24 -04:00
Brit Butler
d0059ed69e Miscellaneous fixes. 2014-04-15 16:46:04 -04:00
Brit Butler
7af3462d99 Massive indexes rewrite. 2014-04-15 15:27:46 -04:00
Brit Butler
3693e10cbf Initial pass at the Document Protocol. 2014-04-15 11:48:38 -04:00
Brit Butler
7b4a795142 Fix FEEDS definition thinko and tweak some more docs. 2014-04-14 22:12:52 -04:00
Brit Butler
e429d94f3f Make feeds a subclass of indexes. Cleanup! 2014-04-08 16:51:53 -04:00
Brit Butler
bb66adb1d4 Rename indices file. 2014-04-07 20:56:33 -04:00
Renamed from src/indices.lisp (Browse further)