Skip to content

openrca/orca-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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