Commit graph

29 commits

Author SHA1 Message Date
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
221ea46288 Add Markdown plugin with 3mbd's code highlighting support. 2012-08-22 13:44:35 -04:00
Brit Butler
3642094d2b Render post content at read time, not write time. 2012-08-22 00:44:44 -04:00
Brit Butler
2044751cde Indexing fix to RENDER-POSTS. 2012-08-21 23:12:40 -04:00
Brit Butler
3c0b0a05c1 Whoops. Posts should still go in the posts/ folder. 2012-08-21 22:16:20 -04:00
Brit Butler
ada2e397ae Tweak link handling. 2012-08-21 22:15:25 -04:00
Brit Butler
98ae73ddd3 Add taglinks to individual posts. 2012-08-21 22:06:14 -04:00
Brit Butler
0326e6ff2e Add prev/next support. 2012-08-21 21:25:45 -04:00
Brit Butler
1c0a037bac In my head, all make-symbol/make-keyword things upcase their input. *sigh* 2012-08-21 17:17:43 -04:00
Brit Butler
72e631e8a4 Only read a line in once, make posts, not blogs. 2012-08-21 16:43:40 -04:00
Brit Butler
01d6b97974 Split out LOAD-POSTS. 2012-08-21 16:19:04 -04:00
Brit Butler
ef315397a4 Minor slugs tweak. 2012-08-21 14:57:15 -04:00
Brit Butler
f5cd00fba9 READ-POST fixes. 2012-08-20 23:57:57 -04:00
Brit Butler
e9b6ac1c0f Assorted fixes and improvements. 2012-08-20 23:20:25 -04:00
Brit Butler
ec025b5f65 Small error tweak. 2012-08-20 20:53:57 -04:00
Brit Butler
0d0f7b564b Sketch of READ-POST. 2012-08-20 20:52:59 -04:00
Brit Butler
4e27bcf8cd Improve exposed API for plugins. 2012-08-20 19:43:03 -04:00
Brit Butler
ef38d2874f Refactors to indices, pervasive docstrings. 2012-08-20 17:26:12 -04:00
Brit Butler
e1d4751a22 Add SLUGIFY. 2012-08-20 16:21:12 -04:00
Brit Butler
2454656471 Sketch index rendering. 2012-08-20 11:53:39 -04:00
Brit Butler
b92fb4d9b6 Make sure we render off the base template. 2012-08-20 11:06:35 -04:00
Brit Butler
d571634677 Bugfix to RENDER-POSTS. 2012-08-20 10:46:24 -04:00
Brit Butler
3736c0862d Sketch out posts, DO-FILES improvements. 2012-08-20 10:44:46 -04:00
Brit Butler
e81f01440d API changes, Static Indices rewrite and more...
* Revamp API intersection of indices and posts.
* Rewrite the static implementation of indices.
* Add split-sequence dep to coleslaw-static
* Various bugfixes and cleanups to import plugin.
* Beginnings of hunchentoot plugin.
* Update TODO.
2011-04-22 18:37:22 -04:00
Brit Butler
1d01f91c2b Implement indices in a really nasty, "just get it done" sort of way, tweak API + update TODO. 2011-04-19 00:34:17 -04:00
Brit Butler
ae9d51c79b Generate fresh IDs but preserve old ones via 'alias' system. Add post-url, update TODO. 2011-04-17 22:22:14 -04:00
Brit Butler
59661d3dc2 Initial theme/template "hyde" adapted from ckeen and small API updates. 2011-04-17 17:04:40 -04:00
Brit Butler
c75ba4bc50 Restructuring and API rewrite. 2011-04-16 15:45:37 -04:00