Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 432 Bytes

readme.md

File metadata and controls

21 lines (14 loc) · 432 Bytes

Roaming Bath

Setup guide

To install Hugo follow the instructions at:

Then copy down this repository to a local directory

  • $ git clone

To install the theme:

  • mkdir themes
  • cd themes
  • $ git clone

To run locally from root directory:

  • $ hugo server --theme=hugo-steam-theme --buildDrafts

To build from root directory:

  • $ hugo

The output will be placed in the public directory - this can be deployed to any web server.