Skip to content

Commit

Permalink
fixed up readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrachan committed Sep 14, 2010
1 parent ce54f61 commit 8e9846c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ReadMe.md
@@ -1,6 +1,8 @@
# Apache Camel WebSite and Docs

This project creates the website for [Apache Camel](http://camel.apache.org/) and the HTML documentation using [Scalate](http://scalate.fusesource.com/). See [how the site works](http://scalate.fusesource.org/versions/snapshot/documentation/siteGen.html) along with how to [export Confluence](http://scalate.fusesource.org/versions/snapshot/documentation/siteGen.html#bootstrapping).
This project creates the website for [Apache Camel](http://camel.apache.org/) and the HTML documentation using [Scalate](http://scalate.fusesource.com/).

See [how the site works](http://scalate.fusesource.org/versions/snapshot/documentation/siteGen.html) along with how to [export Confluence](http://scalate.fusesource.org/versions/snapshot/documentation/siteGen.html#bootstrapping).

## Editing the live site

Expand All @@ -9,7 +11,7 @@ To edit templates and wiki files live on your computer and see the results immed
mvn jetty:run
open http://localhost:8080/

As you hit save after editing a template, wiki file or a layout (which by default is in [src/main/webapp/WEB-INF/scalate/layouts/default.scaml](src/main/webapp/WEB-INF/scalate/layouts/default.scaml)) you should be able to hit reload on the browser.
As you hit save after editing a template, wiki file or a layout (which by default is in [src/main/webapp/WEB-INF/scalate/layouts/default.scaml](tree/master/src/main/webapp/WEB-INF/scalate/layouts/default.scaml)) you should be able to hit reload on the browser.

To avoid having to hit reload on the browser you can try [LiveReload](http://scalate.fusesource.org/versions/snapshot/documentation/siteGen.html#livereload)

Expand Down

0 comments on commit 8e9846c

Please sign in to comment.