Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This is the Markdown sources for the ooc language website, <https://ooc-lang.org>

## Building
## How to build Website

[nanoc][] is used to transform Markdown into HTML. It's a piece of ruby software.

Expand All @@ -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
Expand All @@ -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: <http://nanoc.ws/>