|
@@ -32,9 +32,7 @@ Coleslaw is Flexible Lisp Blogware similar to [Frog](https://github.com/greghend
|
32
|
32
|
|
33
|
33
|
## Example Sites
|
34
|
34
|
|
35
|
|
-See the [wiki][blogroll] for a list of coleslaw-powered blogs.
|
36
|
|
-
|
37
|
|
-[blogroll]: https://github.com/redline6561/coleslaw/wiki/Blog roll
|
|
35
|
+See the [wiki](https://github.com/redline6561/coleslaw/wiki/Blog roll) for a list of coleslaw-powered blogs.
|
38
|
36
|
|
39
|
37
|
## Hacking
|
40
|
38
|
|
|
@@ -65,7 +63,8 @@ Otherwise, run the commands on your local machine.
|
65
|
63
|
config file in that blog's repo. Feel free to copy and edit the
|
66
|
64
|
[example config][ex_config] or consult the [config docs][conf_docs]
|
67
|
65
|
to create one from scratch.
|
68
|
|
-3. * Server Install: Copy and `chmod +x` the
|
|
66
|
+3. This step depends on whether you're setting up a local or server install.
|
|
67
|
+ * Server Install: Copy and `chmod +x` the
|
69
|
68
|
[example post-receive hook][post_hook] to your blog's bare repo.
|
70
|
69
|
* Local Install: Just run the following commands in the
|
71
|
70
|
REPL whenever you're ready to regenerate your blog:
|