Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved Docs. #49

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# ooc-lang.org
# ooc-lang.org

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

## Building
## Building - 🚧

[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
## Deploying - ⚡️

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 - 🔗

* The nanoc project: <http://nanoc.ws/>