To run the project, you'll need to do the following:
- Clone this repository
- Install Hugo with the command
brew install hugo
- Run the project
Hugo server
The images on the blog render well on GitHub Pages because they require the repository name in the URL. However, for local development, you need to remove the repository name. Sample example for both local and production image path below
Local | Production |
---|---|
/images/hugo-gh-action/gh-logo.png | /blog/images/hugo-gh-action/gh-logo.png |