a28d5e73b6 | ||
---|---|---|
.vscode | ||
_entries | ||
_includes | ||
_layouts | ||
_plugins | ||
_sass | ||
css | ||
img | ||
js | ||
media | ||
scripts | ||
yaml-solutions | ||
.gitignore | ||
Dockerfile | ||
LICENSE | ||
Makefile | ||
README.md | ||
_config.yml | ||
azure-pipelines.yml | ||
favicon.ico | ||
index.html |
README.md
aksworkshop.io
This is the repository for the AKS Workshop website.
Technology
- The website is statically built using Jekyll and you’ll find the different pages inside the
_entries
folder. - If you’re on a Mac/Linux machine, you can preview your edits locally if you run
make build-run
inside the repo root. - The build pipeline builds Docker images of the site and hosts it as a private repository on Docker Hub https://hub.docker.com/u/azch.
- The release pipeline deploys the Docker image to an Azure Web App.
Branching and contribution
- The branch
aksworkshop-master
gets published to aksworkshop.io. - The branch
aksworkshop-staging
gets published to staging.aksworkshop.io. - Publishing to aksworkshop.io happens through merges only, through merging into
aksworkshop-master
from theaksworkshop-staging
branch. - Please branch off
aksworkshop-staging
if you want to contribute, then submit a Pull Request toaksworkshop-staging
. - If you want your name to show up in the contributors, please add your GitHub username to
_entries/05 Contributors.md
in alphabetical order.