diff --git a/README.md b/README.md index 79cea1e..6db4c27 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Cloud Native Meetup Linz Website +# Cloud Native Linz Website ![GitHub last commit](https://img.shields.io/github/last-commit/cloudnativelinz/cloudnativelinz.github.io?label=updated) ![Website](https://img.shields.io/website?url=https%3A%2F%2Fcloudnativelinz.github.io)![GitHub contributors](https://img.shields.io/github/contributors/cloudnativelinz/cloudnativelinz.github.io) @@ -6,9 +6,9 @@ ## Visit the website -Find the website here: https://cloudnativelinz.github.io. +Find the website here: . -For RSVP and registration please visit the [CNCF.io community](https://community.cncf.io/linz/) or [meetup page](https://www.meetup.com/Cloud-Native-Linz/) +For RSVP and registration please visit the [CNCF.io community](https://community.cncf.io/linz/) or [meetup page](https://www.meetup.com/Cloud-Native-Linz/). ## Development using Codespaces @@ -16,19 +16,23 @@ It is easiest to use [codespaces](https://github.com/features/codespaces) since Open via the Github UI and once you have launched the codespaces, run a development session via: -``` +```shell jekyll serve ``` + or via auto reload in the browser -``` + +```shell jekyll serve --livereload ``` + on windows the following option might be needed for auto reload -``` + +```shell jekyll serve --livereload --force_polling ``` -The preview is now available via http://127.0.0.1:4000/ +The preview is now available via The setup of codespaces was inspired by this [blog post](https://garethbrown.net/2022/07/01/maintaining-a-blog-with-jekyll-github-pages-codespaces) - kudos! @@ -37,13 +41,11 @@ The setup of codespaces was inspired by this [blog post](https://garethbrown.net - Docker Desktop - VS Code + Extension: Name: [Remote - Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) - ## 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 - +The website source has been created by using the template from + diff --git a/images/cloudnativelinz-banner.png b/images/cloudnativelinz-banner.png index 8e2c169..1e27aa4 100644 Binary files a/images/cloudnativelinz-banner.png and b/images/cloudnativelinz-banner.png differ diff --git a/images/cloudnativelinz-logo.png b/images/cloudnativelinz-logo.png index 3259c48..d022c1f 100644 Binary files a/images/cloudnativelinz-logo.png and b/images/cloudnativelinz-logo.png differ diff --git a/images/favicon-32x32.png b/images/favicon-32x32.png index 5d4f97d..50bd783 100644 Binary files a/images/favicon-32x32.png and b/images/favicon-32x32.png differ diff --git a/images/favicon/android-chrome-192x192.png b/images/favicon/android-chrome-192x192.png index 8812ef6..aeca589 100644 Binary files a/images/favicon/android-chrome-192x192.png and b/images/favicon/android-chrome-192x192.png differ diff --git a/images/favicon/android-chrome-512x512.png b/images/favicon/android-chrome-512x512.png index 91726f2..7ca0e59 100644 Binary files a/images/favicon/android-chrome-512x512.png and b/images/favicon/android-chrome-512x512.png differ diff --git a/images/favicon/apple-touch-icon.png b/images/favicon/apple-touch-icon.png index 62ce58c..ce46b76 100644 Binary files a/images/favicon/apple-touch-icon.png and b/images/favicon/apple-touch-icon.png differ diff --git a/images/favicon/favicon-16x16.png b/images/favicon/favicon-16x16.png index d64a450..40a5b8d 100644 Binary files a/images/favicon/favicon-16x16.png and b/images/favicon/favicon-16x16.png differ diff --git a/images/favicon/favicon-32x32.png b/images/favicon/favicon-32x32.png index 5d4f97d..50bd783 100644 Binary files a/images/favicon/favicon-32x32.png and b/images/favicon/favicon-32x32.png differ diff --git a/images/favicon/favicon.ico b/images/favicon/favicon.ico index 457d96f..7869030 100644 Binary files a/images/favicon/favicon.ico and b/images/favicon/favicon.ico differ