Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 1.94 KB

README.md

File metadata and controls

51 lines (31 loc) · 1.94 KB

Cloud Native Linz Website

GitHub last commit WebsiteGitHub contributors Twitter Follow

Visit the website

Find the website here: https://cloudnativelinz.github.io.

For RSVP and registration please visit the CNCF.io community or meetup page.

Development using Codespaces

It is easiest to use codespaces since all tooling is already installed in the dev-container.

Open via the Github UI and once you have launched the codespaces, run a development session via:

jekyll serve

or via auto reload in the browser

jekyll serve --livereload

on windows the following option might be needed for auto reload

 jekyll serve --livereload --force_polling

The preview is now available via http://127.0.0.1:4000/

The setup of codespaces was inspired by this blog post - kudos!

Local development with Dev Container

Local development without Dev Container

Probably there are some dependencies that you'd need to check to run the static web generator Jekyll locally. If you want to contribute to this readme to fill in the blanks here, you are most welcome!

Source

The website source has been created by using the template from https://github.com/amitmerchant1990/reverie