Skip to content

nathanmyles/nathanmyles.ca

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.