Skip to content

Provenance-Emu/provenance-emu.github.io

Repository files navigation

Provenance Site

This repository serves the source code for https://provenane-emu.com which uses Hugo.

This repo is setup to automatically build and deploy to GitHug pages on the branch gh-pages

Building locally / developing

  1. Install Hugo
  2. Clone this repository
git clone https://github.com/Provenance-Emu/provenance-emu.github.io
cd provenance-emu.github.io
  1. Edit any files you want to change.

  2. Run Hugo and select the theme of your choosing

hugo server
  1. View and test the page locally at http://localhost:1313/

  2. Open a Pull-Request here.