Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 401 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 401 Bytes

gmhan

Website for Greater Manchester Homelessness Action Network

Live site: Hugo + Netlify CMS

The live site makes use of Hugo and Netlify CMS.

Netlify auto builds and deploys when a commit is made to master branch. The Netlify CMS edits content on the master branch.

Run Hugo locally

cd hugo; hugo server -D local server can be found at localhost:1313

Compile Hugo

cd hugo; hugo