Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 438 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 438 Bytes

nathanmyles.ca

This is code for my personal website located at http://nathanmyles.ca

This site is built using Hugo

Prerequisites

Running locally

docker-compose up -d

Site will be available at http://localhost:8080/

Building the site

hugo -D

This puts all the needed files into the /public directory. Copy the contents of that folder to the web server.