Formatting tweaks.
This commit is contained in:
parent
0fdac81d5e
commit
deb2e556a4
2 changed files with 6 additions and 3 deletions
|
@ -8,7 +8,8 @@
|
||||||
> behind the enormous bushy eyebrows and that we called him Coleslaw. - anon
|
> 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/).
|
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
|
## Features
|
||||||
|
|
||||||
|
|
|
@ -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>`
|
Imagine a executable `coleslaw`, the commands would be invoked like this: `coleslaw <commandname> <args>`
|
||||||
|
|
||||||
* `build` generates the site. Takes:
|
* `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:
|
* `clean` removes the files from `output-dir` and `staging-dir`. Takes:
|
||||||
* `--repo-dir`: See above
|
* `--repo-dir`: See above
|
||||||
* `rebuild` is a shortcut for `clean` and then `build`. Takes:
|
* `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:
|
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
|
### Plugin Constraints
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue