Skip to content

Commit

Permalink
Formatting tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
kingcons committed Dec 8, 2014
1 parent 0fdac81 commit deb2e55
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 4 additions & 2 deletions docs/hacking.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <commandname> <args>`

* `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:
Expand All @@ -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

Expand Down

1 comment on commit deb2e55

@sternenseemann
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your nice formulation on deployment!

Please sign in to comment.