diff options
author | Dave Whiteland <dave@mysociety.org> | 2014-04-22 16:18:22 +0100 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2014-04-22 16:18:22 +0100 |
commit | 5d7b9772cd27b666b86d4f687e40794a538277f9 (patch) | |
tree | 8919f1fde30c3a65a7ebe929565de82e21fa90d1 | |
parent | d87bbd9195ce5f72c1812c9dfbd5bbcd550e7e9f (diff) |
add README to the gh-pages branch
-rw-r--r-- | README.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 000000000..e4b181b42 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# Alaveteli documentation (github pages) + +The `gh-branch` contains the Alaveteli documentation that is hosted +as GitHub Pages, and available at code.alaveteli.org + +The styling comes from the +[mysociety-docs-theme](https://github.com/mysociety/mysociety-docs-theme) +repo, which is included as a submodule in the `theme/` directory. + +If you're building locally, and you change the theme, rebuild it with: + +`sass --update theme/sass/:assets/css/` + +To view the documentation locally using Jekyll, do something like: + +`jekyll serve --watch` + + + |