From deb2e556a41fdc18652d5e8caeb60f8f04e498e1 Mon Sep 17 00:00:00 2001 From: Brit Butler Date: Mon, 8 Dec 2014 15:23:09 -0500 Subject: [PATCH] Formatting tweaks. --- README.md | 3 ++- docs/hacking.md | 6 ++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 22d0738..45074f1 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,8 @@ > behind the enormous bushy eyebrows and that we called him Coleslaw. - anon Coleslaw is Flexible Lisp Blogware similar to [Frog](https://github.com/greghendershott/frog), [Jekyll](http://jekyllrb.com/), or [Hakyll](http://jaspervdj.be/hakyll/). -Have questions? Come talk to us on **IRC in #coleslaw on Freenode**! + +Have questions? Come talk to us on IRC in **#coleslaw** on Freenode! ## Features diff --git a/docs/hacking.md b/docs/hacking.md index e7aa485..8c12e5d 100644 --- a/docs/hacking.md +++ b/docs/hacking.md @@ -272,7 +272,7 @@ This is a initial set of commands which will be used to implement the first cole Imagine a executable `coleslaw`, the commands would be invoked like this: `coleslaw ` * `build` generates the site. Takes: - * `--repo-dir`: first defaults to `~/.coleslawrc`'s `repo-dir` then to `./.coleslawrc`'s `repo-dir` and otherwise fails + * `--repo-dir`: first defaults to `~/.coleslawrc`'s `repo-dir` then to `.` and otherwise fails * `clean` removes the files from `output-dir` and `staging-dir`. Takes: * `--repo-dir`: See above * `rebuild` is a shortcut for `clean` and then `build`. Takes: @@ -288,7 +288,9 @@ Imagine a executable `coleslaw`, the commands would be invoked like this: `coles Ideas for later: -* handle deployment with commands but because we've got many methods there would have to be an intelligent way of handling that. +* Deployment. It would be nice to have but user needs vary greatly + and there are multiple deployment methods to support (heroku, s3, + gh-pages, git, etc). This will require some careful thought. ### Plugin Constraints