Commit graph

307 commits

Author SHA1 Message Date
Brit Butler
ed98a5bd69 Fix destructuring and other minor thinkos. 2012-09-20 19:14:10 -04:00
Brit Butler
ae9d0b8273 Version bump to 0.7, tweak packages and docs. 2012-09-20 18:33:29 -04:00
Brit Butler
cc82da57cd Update ADD-INJECTION to use a default predicate (#'IDENTITY) if one is not provided. 2012-09-15 17:10:28 -04:00
Brit Butler
04ada1eaea Update storage of injections to support predicates. 2012-09-14 18:37:56 -04:00
Brit Butler
395897e758 Add Disqus plugin and modify plugins to allow argument passing. 2012-09-14 17:41:32 -04:00
Brit Butler
2b0c0e3925 Note coleslaw-heroku in the README. 2012-09-14 17:29:34 -04:00
Brit Butler
f7a48d4a6e Minor fixes to RENDER-FEEDS, example config, base template. 2012-09-13 09:20:30 -04:00
Brit Butler
27e8ed0590 Minor bugfixes and RENDER-POSTS cleanup. 2012-09-13 01:10:43 -04:00
Brit Butler
ebe80cd8bf Fix glaring bugs. 2012-09-12 17:41:35 -04:00
Brit Butler
597080c161 Refactor ALL-TAGS to use mappend. 2012-09-12 15:23:19 -04:00
Brit Butler
971b1aa151 Minor style tweak and flesh out tag-based feed support. 2012-09-12 14:56:06 -04:00
Brit Butler
2b357db86f Overhaul RENDER-FEEDS and associated templates. 2012-09-12 14:24:51 -04:00
Brit Butler
f438f0eb89 Minor cleanups/fixes in preparation for feeds. 2012-09-12 14:18:23 -04:00
Brit Butler
248614e516 Minor package tweak. 2012-09-12 13:40:31 -04:00
Brit Butler
c439f1a448 Refactor INDEX rendering...again. 2012-09-12 13:37:55 -04:00
Brit Butler
26b7e1b866 Make RSS and ATOM templates theme-agnostic. 2012-09-12 12:54:56 -04:00
Brit Butler
f1ea9e89ae INDEX rendering cleanup. 2012-09-12 11:11:03 -04:00
Brit Butler
939c0be318 Overhaul RENDER-PAGE. 2012-09-12 10:39:12 -04:00
Brit Butler
8443a0bc3a POST rendering cleanup. 2012-09-12 10:18:00 -04:00
Brit Butler
215c9f3d9c Minor cleanup to RENDER-FEED. 2012-09-04 17:21:07 -04:00
Jose Santos
88bcc76da4 Allow COMPILE-BLOG to actually remove staging.
Prevent RENDER-FEEDS from breaking for less than 10 posts.
2012-09-01 00:39:29 +01:00
Brit Butler
c5c66bdc42 Just delete the damn files you brigand. 2012-08-30 00:03:55 -04:00
Brit Butler
3a83616bb8 I am idiot sometimes. Fix DEPLOY. 2012-08-29 23:48:14 -04:00
Brit Butler
da8895a28a Stop lying about IDs. Harden dead symlink check. 2012-08-29 23:36:19 -04:00
Brit Butler
d3dc6f0c5c Add ATOM feed support. 2012-08-29 23:27:02 -04:00
Brit Butler
af0ee8c411 Enable THEME-FN to take a symbol, keyword, or string. Update call sites. 2012-08-29 23:27:02 -04:00
Brit Butler
f65a952a89 TODO updates, Minor RENDER-PAGE tweak. 2012-08-29 13:37:59 -04:00
Brit Butler
aa0ddff149 Version bump to 0.6. Move LOAD-PLUGINS into config file. Minor cleanups. 2012-08-29 13:28:06 -04:00
Brit Butler
e7c74770f0 Move escaping into RSS template. 2012-08-29 13:19:19 -04:00
Brit Butler
43d439657a PS: I'm an idiot. 2012-08-29 13:14:32 -04:00
Brit Butler
394d3d3bb8 Remove dependency on iolib by homebrewing WITH-CURRENT-DIRECTORY. Minor cleanups. 2012-08-29 12:50:26 -04:00
Brit Butler
fb0fe50cc3 Remove unused LET variables in COMPILE-BLOG. 2012-08-29 12:24:08 -04:00
Brit Butler
1cff1093a9 Factor out the FORMAT NIL pattern in SHELL-COMMAND usage. 2012-08-29 11:34:44 -04:00
Brit Butler
5e4f21d2ff Switch back to having a default for COMPILE-THEME. 2012-08-29 11:29:45 -04:00
Brit Butler
e23fc10551 Replace usage of RUN-PROGRAM with trivial-shell's SHELL-COMMAND. 2012-08-29 11:15:49 -04:00
Brit Butler
791e5cf325 Take extra care in handling PREV in case the symlink has gone bad. 2012-08-29 00:54:54 -04:00
Brit Butler
7630285df5 Ditch READ-SYMLINK and friends. TRUENAME will do fine. 2012-08-29 00:29:47 -04:00
Brit Butler
ac17e88260 Fix very dumb bug in RENDER-BY-TAG. 2012-08-28 20:45:25 -04:00
Brit Butler
a7af16e7eb Further cleanups to no-arg functions from @bigthingist's review. 2012-08-27 15:05:11 -04:00
Brit Butler
7d9f26a15c Cleanups to RENDER-BY-FOO functions based on @bigthingist's codereview. 2012-08-27 15:05:00 -04:00
Brit Butler
1399a0e5c5 Ensure tags are always lowercased. 2012-08-26 13:01:53 -04:00
Brit Butler
25aae81312 Add a symlink for index.html, update mathjax config. 2012-08-26 12:37:06 -04:00
Brit Butler
0be1db7890 Tweak deploy code since post-receive kills $TMP_CLONE_REPO. 2012-08-25 15:12:38 -04:00
Brit Butler
1669746756 I'm dumb. Read-sequence destructively modifies the sequence rather than handing it back. 2012-08-22 17:08:03 -04:00
Brit Butler
0837833c14 Move markdown into core since it's tiny and blows up trying to load split-sequence. 2012-08-22 16:47:12 -04:00
Brit Butler
023004269a Whoops. Misc typo and thinko fixes. Bump version to 0.5. We're useful now! 2012-08-22 15:15:43 -04:00
Brit Butler
221ea46288 Add Markdown plugin with 3mbd's code highlighting support. 2012-08-22 13:44:35 -04:00
Brit Butler
49e1504477 Make deploy location configurable. 2012-08-22 10:32:30 -04:00
Brit Butler
37d6b3ccd7 A serverside commithook should kick off the compile. 2012-08-22 10:05:02 -04:00
Brit Butler
76ce697921 Fix RSS generation. 2012-08-22 01:18:18 -04:00