Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 13 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,38 @@
# 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)
[![Twitter Follow](https://img.shields.io/twitter/follow/cloudnativelinz?style=social)](https://twitter.com/cloudnativelinz)

## Visit the website

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

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

It is easiest to use [codespaces](https://github.com/features/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:

```
```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 <http://127.0.0.1:4000/>

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!

Expand All @@ -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
<https://github.com/amitmerchant1990/reverie>
Binary file modified images/cloudnativelinz-banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/cloudnativelinz-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/favicon/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/favicon/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/favicon/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/favicon/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/favicon/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/favicon/favicon.ico
Binary file not shown.