From cc54e8031e8293ee19e0e8774cdce23b3ebb4f62 Mon Sep 17 00:00:00 2001 From: Masataro Asai Date: Sat, 11 Nov 2017 23:18:35 +0900 Subject: [PATCH 1/4] [README] make plug-ins vertically shorter for accessibility --- README.md | 26 ++++++++++---------------- 1 file changed, 10 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 2862aa5..c624ff7 100644 --- a/README.md +++ b/README.md @@ -19,23 +19,17 @@ Have questions? ## Features * Git for storage -* RSS and Atom feeds -* Markdown Support with Code Highlighting provided by [colorize](http://www.cliki.net/colorize) - * Currently supports: Common Lisp, Emacs Lisp, Scheme, C, C++, Java, Python, Erlang, Haskell, Obj-C, Diff. - +* RSS/Atom feeds * A [Plugin API](http://github.com/redline6561/coleslaw/blob/master/docs/plugin-api.md) and [**plugins**](http://github.com/redline6561/coleslaw/blob/master/docs/plugin-use.md) for... - * Static Pages - * Sitemap generation - * Incremental builds - * Analytics via Google or [Piwik](http://www.piwik.org) - * Comments via [Disqus](http://disqus.com/) or [isso](http://posativ.org/isso) - * Hosting via [Github Pages](https://pages.github.com/) or [Amazon S3](http://aws.amazon.com/s3/) - * Embedding [gfycats](http://gfycat.com/) - * [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/) - * Code Highlighting via [Pygments](http://pygments.org/) instead of [colorize](http://www.cliki.net/colorize) + +| plugins | plugins | plugins | +|--------------------------------------------------------|----------------------------------------------|-------------------------------------------------------| +| Sitemap generation | Incremental builds | Analytics via Google or [Piwik](http://www.piwik.org) | +| Comments via [Disqus](http://disqus.com/) | Comments via [isso](http://posativ.org/isso) | Hosting via [Amazon S3](http://aws.amazon.com/s3/) | +| Hosting via [Github Pages](https://pages.github.com/) | Embedding [gfycats](http://gfycat.com/) | [Tweeting](http://twitter.com/) about new posts | +| [Mathjax](http://mathjax.org/) | Posts in ReStructured Text | [Wordpress](http://wordpress.org/) import | +| [Pygments](http://pygments.org/) | [colorize](http://www.cliki.net/colorize) | | + ## Example Sites From a0457666a5d5f54c2439fab4683b530251a8acc9 Mon Sep 17 00:00:00 2001 From: Masataro Asai Date: Sat, 11 Nov 2017 23:20:11 +0900 Subject: [PATCH 2/4] [README] move the orders; hacking is less important for new users --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index c624ff7..37f6e5a 100644 --- a/README.md +++ b/README.md @@ -35,15 +35,6 @@ Have questions? See the [wiki](https://github.com/redline6561/coleslaw/wiki/Blogroll) for a list of coleslaw-powered blogs. -## Hacking - -A core goal of *coleslaw* is to be both pleasant to read and easy to -hack on and extend. If you want to understand the internals and bend -*coleslaw* to do new and interesting things, I strongly encourage you -to read the [Hacker's Guide to Coleslaw][hackers]. You'll find some -current **TODO** items towards the bottom. - -[hackers]: https://github.com/redline6561/coleslaw/blob/master/docs/hacking.md ## Installation @@ -119,3 +110,13 @@ Two themes are provided: hyde, the default, and readable (based on A guide to creating themes for coleslaw lives [here](https://github.com/redline6561/coleslaw/blob/master/docs/themes.md). + +## Hacking + +A core goal of *coleslaw* is to be both pleasant to read and easy to +hack on and extend. If you want to understand the internals and bend +*coleslaw* to do new and interesting things, I strongly encourage you +to read the [Hacker's Guide to Coleslaw][hackers]. You'll find some +current **TODO** items towards the bottom. + +[hackers]: https://github.com/redline6561/coleslaw/blob/master/docs/hacking.md From a63c168e8627fba791136bf001409b0640d24a16 Mon Sep 17 00:00:00 2001 From: Masataro Asai Date: Sat, 11 Nov 2017 23:20:56 +0900 Subject: [PATCH 3/4] [README] less mental steps before reaching Installation --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 37f6e5a..af34706 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ Have questions? - IRC in **#coleslaw** on Freenode! - Subscribe to the mailing list [**coleslaw@common-lisp.net**](https://mailman.common-lisp.net/listinfo/coleslaw). +See the [wiki](https://github.com/redline6561/coleslaw/wiki/Blogroll) for a list of coleslaw-powered blogs. + ## Features * Git for storage @@ -31,11 +33,6 @@ Have questions? | [Pygments](http://pygments.org/) | [colorize](http://www.cliki.net/colorize) | | -## Example Sites - -See the [wiki](https://github.com/redline6561/coleslaw/wiki/Blogroll) for a list of coleslaw-powered blogs. - - ## Installation Coleslaw should run on any conforming Common Lisp implementation but From d56429a7f87a388b0f88fcb363ee9cbb0de84550 Mon Sep 17 00:00:00 2001 From: Masataro Asai Date: Sun, 20 Oct 2019 13:31:30 -0400 Subject: [PATCH 4/4] [README] fix Wiki URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af34706..f215084 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Have questions? - IRC in **#coleslaw** on Freenode! - Subscribe to the mailing list [**coleslaw@common-lisp.net**](https://mailman.common-lisp.net/listinfo/coleslaw). -See the [wiki](https://github.com/redline6561/coleslaw/wiki/Blogroll) for a list of coleslaw-powered blogs. +See the [wiki](https://github.com/redline6561/coleslaw/wiki/Example-sites) for a list of coleslaw-powered blogs. ## Features