For Contribution:
- Create a fork of the repo: https://github.com/kkeles/awsug-hugo/fork
- Create a local development repo based on the
exampleSite
hugo new site awsug-dev
cd awsug-dev
git clone [email protected]:<your-fork>/awsug-hugo.git themes/awsug
cp -r themes/awsug/exampleSite/* .
hugo server
- Create a branch, such as
fix/background
cd themes/awsug
git checkout -b fix/background
git add .
git commit -m"fix: background"
- Do you changes in
theme/awsug
, commit, push to your fork and create a PR 🎉