Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (11 loc) · 703 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 703 Bytes

Frontier Digital Website

Overview

The website is created using hugo.

Consult the hugo documentation for getting started with development.

A merge to the main branch will build the site and deploy to the gh-pages branch which is used by GitHub Pages. This process is handled by a GitHub actions workflow.

The site uses Bootstrap as a css framework and the Exo 2 font. The assets are pulled directly from cdn for simplicity for now.

Development

Local

  1. Run brew install hugo to install Hugo.
  2. Run hugo serve to start a local server.