Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 734 Bytes

File metadata and controls

41 lines (27 loc) · 734 Bytes

OpenRCA Website

This repository contains the source code for the openrca.io website.

The website is built using Hugo static site generator and is currently hosted on Github pages. The full rendered version of the static content is available in the openrca.github.io repository.

Setup

Install Hugo:

$ brew install hugo

Install Node.js dependencies:

$ npm install

Load theme submodule:

$ git submodule update --init --recursive

Run Hugo server:

$ hugo serve -s ./src -d ../public

Deployment

In order to deploy rendered content to Github pages, run:

$ ./deploy.sh