/eddie-summers-com

Static website for eddie-summers.com using Hugo

Primary LanguageHTML

Website

Netlify Status

Statically-generated website for eddie-summers.com.

📋 Pre-Requisites

🏃 Development Server

hugo serve -D

If you are making theme changes and are working in Chrome, disable caching in the dev tools - Hugo's server does not play nicely with changes to static files.

📦 Build

Delete public/ to avoid stale files.

hugo

🙏 Deploy

Deployment will occur on each push to master, but if you wish to deploy manually, push the contents of public/ to the remote root.