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
- Install Hugo
- Clone this repository
git clone https://github.com/Provenance-Emu/provenance-emu.github.io
cd provenance-emu.github.io
-
Edit any files you want to change.
-
Run Hugo and select the theme of your choosing
hugo server
-
View and test the page locally at http://localhost:1313/
-
Open a Pull-Request here.