Commit graph

57 commits

Author SHA1 Message Date
Brit Butler
bb66adb1d4 Rename indices file. 2014-04-07 20:56:33 -04:00
Brit Butler
c75e62e724 Mass rename indices->indexes. 2014-04-07 20:54:45 -04:00
Brit Butler
b11b6fbf94 We only want to include POSTs in an INDEX for now. 2014-04-06 17:20:05 -04:00
Brit Butler
3ccc0fb5d0 Add some content type details to hacking.md. Minor renaming. 2014-04-06 17:16:25 -04:00
Brit Butler
2fb3ed1157 Factor render-index out of render-indices. 2013-04-29 10:17:19 -04:00
Do Nhat Minh
e28729b0de add sitemap.lisp in plugins 2013-04-27 02:17:59 +08:00
Do Nhat Minh
488191b237 move sitemap to plugins 2013-04-27 02:13:56 +08:00
Do Nhat Minh
99f57f3513 added lastmod for each url in sitemap.xml 2013-04-26 10:29:32 +08:00
Do Nhat Minh
273d4ad6a7 added sitemap generation 2013-04-26 10:03:04 +08:00
Brit Butler
e12f5edc79 Fix gh-pages recursive call by renaming deploy->deploy-dir. 2013-04-22 09:49:31 -04:00
Brit Butler
c7b36f65c3 Assorted cleanups. 2013-04-21 20:07:59 -04:00
Brit Butler
0e6edb7211 Cleanups to feeds. 2013-04-21 14:11:24 -04:00
Brit Butler
135295b073 Add gh-pages plugin. Fixes Issue #28. Thanks mrordinaire! 2013-04-21 12:32:20 -04:00
Do Nhat Minh
55613d717f change slot github to github-pages, add github-pages to single-site.coleslawrc 2013-04-21 12:24:22 -04:00
Do Nhat Minh
bf6ba24434 finished adding github's pages support 2013-04-21 12:23:12 -04:00
Brit Butler
08ac715884 Cleanups to new-tags. Fixes Issue #27. 2013-04-20 07:48:42 -04:00
Willem Rein Oudshoorn
dbdb7e29af Allow arbitrary tag names. However if two tags have the same slug they will be merged.
The name of the merged tag will be one of the original names.
However this should not happen in practice.
2013-04-19 12:53:25 +02:00
Brit Butler
9be3a7f769 NEWS update and minor style tweak. 2013-01-29 09:59:14 -05:00
Jose Santos
ce12c56644 Fix function call. 2013-01-29 14:42:48 +00:00
Brit Butler
70fbaafe40 Export read-content and assorted minor cleanups. 2013-01-22 15:13:37 -05:00
Brit Butler
686aaa2941 Stick with indices rendering all content rather than having content types control their inclusion at this time. 2013-01-04 16:18:03 -05:00
Brit Butler
f2ccd8829f Tweak the language in indices. 2013-01-02 14:23:56 -05:00
Brit Butler
3d1301dc6d Fix feeds and indices. 2013-01-01 19:41:22 -05:00
Brit Butler
6d47244eac First pass at support for multiple content-types. WARNING: Indices and feeds are broken. 2013-01-01 18:18:43 -05:00
Brit Butler
6dc400c91c Fix oversight from page-path refactor. Thanks to Xach for the report. 2012-12-14 14:38:03 -05:00
Brit Butler
65933f731f Fix indices and feeds. 2012-11-28 17:37:19 -05: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
f438f0eb89 Minor cleanups/fixes in preparation for feeds. 2012-09-12 14:18:23 -04:00
Brit Butler
c439f1a448 Refactor INDEX rendering...again. 2012-09-12 13:37:55 -04:00
Brit Butler
f1ea9e89ae INDEX rendering cleanup. 2012-09-12 11:11:03 -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
ac17e88260 Fix very dumb bug in RENDER-BY-TAG. 2012-08-28 20:45:25 -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
25aae81312 Add a symlink for index.html, update mathjax config. 2012-08-26 12:37:06 -04:00
Brit Butler
492a36e781 Relative URLs done right. 2012-08-21 22:25:25 -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
cf10496557 Revert "More relative URLs please."
This reverts commit 3ca3db13cc.
2012-08-21 21:56:28 -04:00
Brit Butler
3ca3db13cc More relative URLs please. 2012-08-21 21:53:38 -04:00
Brit Butler
0326e6ff2e Add prev/next support. 2012-08-21 21:25:45 -04:00
Brit Butler
fa33345f82 Indices cleanups and consistent reverse chronological presentation. 2012-08-21 20:10:41 -04:00
Brit Butler
69648e72e1 Sort the ALL-MONTHS and ALL-TAGS results. 2012-08-21 19:57:57 -04:00
Brit Butler
8787fa0f21 Compilation works. Now to fix the deploy... 2012-08-21 19:48:41 -04:00
Brit Butler
e60c9f0d6c Fix ALL-MONTHS and ALL-TAGS. 2012-08-21 19:29:43 -04:00
Brit Butler
1a05db7fc9 Iterate over hash-table-values, not the hash-table! 2012-08-21 16:59:01 -04:00
Brit Butler
9ab56bddd1 Fixes to RENDER-BY-20. 2012-08-20 21:01:06 -04:00
Brit Butler
4e27bcf8cd Improve exposed API for plugins. 2012-08-20 19:43:03 -04:00