|
@@ -22,14 +22,12 @@ Coleslaw is Flexible Lisp Blogware similar to [Frog](https://github.com/greghend
|
22
|
22
|
* Incremental builds
|
23
|
23
|
* Analytics via Google
|
24
|
24
|
* Comments via [Disqus](http://disqus.com/)
|
25
|
|
- * Hosting via [Github Pages](https://pages.github.com/), [Heroku](http://heroku.com/), or [Amazon S3](http://aws.amazon.com/s3/)
|
|
25
|
+ * Hosting via [Github Pages](https://pages.github.com/) or [Amazon S3](http://aws.amazon.com/s3/)
|
26
|
26
|
* [Tweeting](http://twitter.com/) about new posts
|
27
|
27
|
* Using LaTeX via [Mathjax](http://mathjax.org/)
|
28
|
28
|
* Writing posts in ReStructured Text
|
29
|
29
|
* Importing posts from [Wordpress](http://wordpress.org/)
|
30
|
30
|
|
31
|
|
-* There is also a [Heroku buildpack](https://github.com/jsmpereira/coleslaw-heroku) maintained by Jose Pereira.
|
32
|
|
-
|
33
|
31
|
## Example Sites
|
34
|
32
|
|
35
|
33
|
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.
|
70
|
68
|
REPL whenever you're ready to regenerate your blog:
|
71
|
69
|
```
|
72
|
70
|
(ql:quickload :coleslaw)
|
73
|
|
- ;; Note that the incremental plugin currently requires a "last git revision" argument.
|
74
|
71
|
(coleslaw:main "/path/to/my/blog/")
|
75
|
72
|
```
|
76
|
73
|
4. Optionally, point the web server of your liking at your config-specified
|