Skip to content

redopsbay/cloudworkshop

Repository files navigation

Cloud Workshop

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!

Hugo Development 🚧

Creating the site

docker run --rm -it \
    -v "$(pwd)":/src \
    klakegg/hugo:0.111.3-ext-ubuntu new site hugo

Downloading the theme

git submodule add https://github.com/matcornic/hugo-theme-learn themes/hugo-theme-learn
echo "theme = 'hugo-theme-learn'" >> config.toml

Starting hugo server for development

make start-dev

Compiling the hugo site

make build

Running the static site w/ nginx

make start-nginx

Contributors 🚧

contributors