Repo for my website www.funkysi1701.com actually hosted on Azure Static Websites not github pages.
To run locally use hugo server -D
To run locally using docker use docker run --rm -it -v .:/src -p 1313:1313 klakegg/hugo:0.101.0 server -D --disableFastRender
To run on github codespace run hugo server -D --baseUrl="https://funkysi1701-funkysi1701-github-io-x5wvxvxfv9q4-1313.githubpreview.dev" --appendPort=false
Test site can be found https://funkysi1701.github.io/
Need to install Hugo first see Hugo for help
What tests? I usually browse the test site and make sure everything looks good
- PR into develop deploys to https://funkysi1701.github.io/ using github actions, use feature branches if you can
- PR from develop to master deploys to www.funkysi1701.com using github actions
- Hugo - The web framework used
??
- Simon Foster - Initial work - funkysi1701
See also the list of contributors who participated in this project.
Other Bloggers etc