Skip to content

funkysi1701/funkysi1701.github.io

Repository files navigation

funkysi1701.com - My Blog (using Hugo)

Repo for my website www.funkysi1701.com actually hosted on Azure Static Websites not github pages.

Getting Started

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/

Prerequisites

Need to install Hugo first see Hugo for help

Running the tests

What tests? I usually browse the test site and make sure everything looks good

Deployment

Built With

  • Hugo - The web framework used

Contributing

??

Authors

See also the list of contributors who participated in this project.

Acknowledgments

Other Bloggers etc


Azure Static Web Apps CI/CD

pages-build-deployment