https://cloudworkshop.redopsbay.dev
Curated list of demo for cloud-native solutions. 👌
Aiming developers or who wants to start their journey into cloud. 😎
Knowledge is free!!! You just have to work for it!
docker run --rm -it \
-v "$(pwd)":/src \
klakegg/hugo:0.111.3-ext-ubuntu new site hugo
git submodule add https://github.com/matcornic/hugo-theme-learn themes/hugo-theme-learn
echo "theme = 'hugo-theme-learn'" >> config.toml
make start-dev
make build
make start-nginx