From 33e81104b851d8a3eaa2b013833b481aaa82c171 Mon Sep 17 00:00:00 2001 From: Brit Butler Date: Tue, 16 Sep 2014 11:30:14 -0400 Subject: [PATCH] Tweaks to NEWS, README. --- NEWS.md | 7 +++---- README.md | 5 +---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/NEWS.md b/NEWS.md index 047f0dd..e66d0b8 100644 --- a/NEWS.md +++ b/NEWS.md @@ -7,10 +7,9 @@ * **SITE-BREAKING CHANGE**: Custom themes will be broken by a change to URL handling. Previously, we were hand-constructing URLs in the templates. All site objects now store their URL in an instance slot. - In general, hrefs should be of the form `href="{$config.domain}/{$obj.url}"> ...`. - Additionally, `{$month}` should become `{$month.name}`. - Correspondingly, changes to `:routing` would previously break links in - the templates but now work seamlessly. + In general, hrefs should be of the form ` ...`. +* Changes to `:routing` would previously break links in the templates + but now work seamlessly due to the updated URL handling. * **Docs**: Improved README and Theming docs. New Config File docs. * Loading content is more robust when empty lines or metadata are passed. Thanks to @PuercoPop for the bug report and preliminary fix. diff --git a/README.md b/README.md index e3a5a28..72bfb4b 100644 --- a/README.md +++ b/README.md @@ -22,14 +22,12 @@ Coleslaw is Flexible Lisp Blogware similar to [Frog](https://github.com/greghend * Incremental builds * Analytics via Google * Comments via [Disqus](http://disqus.com/) - * Hosting via [Github Pages](https://pages.github.com/), [Heroku](http://heroku.com/), or [Amazon S3](http://aws.amazon.com/s3/) + * Hosting via [Github Pages](https://pages.github.com/) or [Amazon S3](http://aws.amazon.com/s3/) * [Tweeting](http://twitter.com/) about new posts * Using LaTeX via [Mathjax](http://mathjax.org/) * Writing posts in ReStructured Text * Importing posts from [Wordpress](http://wordpress.org/) -* There is also a [Heroku buildpack](https://github.com/jsmpereira/coleslaw-heroku) maintained by Jose Pereira. - ## Example Sites See the [wiki](https://github.com/redline6561/coleslaw/wiki/Blogroll) for a list of coleslaw-powered blogs. @@ -70,7 +68,6 @@ Otherwise, run the commands on your local machine. REPL whenever you're ready to regenerate your blog: ``` (ql:quickload :coleslaw) - ;; Note that the incremental plugin currently requires a "last git revision" argument. (coleslaw:main "/path/to/my/blog/") ``` 4. Optionally, point the web server of your liking at your config-specified