Source of https://daniel.melzaks.com
- Create a repo for your personal github pages.
- Fork this repo.
- Change any references to
daniel.melzaks.com
in the repo. - Remove all
.md
files fromcontent
folder, modify thehugo.yaml
- Run this command on the desktop/server you are testing on:
hugo server
- Access the test site via http://localhost:1313
git clone
the forked repo.
hugo.yaml
: how to modify the overall website layoutcontent/blogs
: folder that stores the blog entries via.md
filescontent/images
: folder that stores images
There are a few github secerts that need to be added for the Github Actions. It expects to upload to Docker Hub.
- DOCKERHUB_USERNAME
- DOCKERHUB_TOKEN
DOCKER_USERNAME
is the Docker Hub username.
DOCKERHUB_TOKEN
is the Docker Hub Token. It should have a scope of Read & Write
.