diff --git a/README.md b/README.md index 5760240..753cee5 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This is the Markdown sources for the ooc language website, -## Building +## How to build Website [nanoc][] is used to transform Markdown into HTML. It's a piece of ruby software. @@ -22,7 +22,7 @@ bundle exec nanoc [nanoc]: http://nanoc.ws/ -## Deploying +## How to host a Website nanoc produces output in the `output/` directory as per `nanoc.yaml`, we host the website on Github Pages for free hosting, which means you can deploy by @@ -43,6 +43,6 @@ After building the site, every time you want to deploy: (Note: since the deploy repo is named `ooc-lang.github.io`, the `master` branch is used rather than the `gh-pages` branch.) -## Links +## Links for Website * The nanoc project: