This repository contains the blog, theme and source files needed to build the static site hosted at https://darrylcauldwell.github.io.
- If not already added install Hugo
- Clone the repository
git clone https://github.com/darrylcauldwell/darrylcauldwell.github.io.git- Switch to repository and start Hugo
cd darrylcauldwell.github.io
hugo server- Browser to locally running copy of site typically http://localhost:1313/
- Add or edit any aspect typically within /content/post
- The content changes will dynamically update the ocally running copy of site
- Once your happy with changes build static files, the following command will create static site files in /public
hugo --destination ~/Development/darrylcauldwell.github.io/docs- Git commit and push all changes
- Check to ensure https://darrylcauldwell.github.io reflects changes made