Skip to content

Commit 6c64fc2

Browse files
author
Juliano Costa
committed
Update logos
1 parent d030115 commit 6c64fc2

10 files changed

+13
-11
lines changed

README.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,38 @@
1-
# Cloud Native Meetup Linz Website
1+
# Cloud Native Linz Website
22

33
![GitHub last commit](https://img.shields.io/github/last-commit/cloudnativelinz/cloudnativelinz.github.io?label=updated)
44
![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)
55
[![Twitter Follow](https://img.shields.io/twitter/follow/cloudnativelinz?style=social)](https://twitter.com/cloudnativelinz)
66

77
## Visit the website
88

9-
Find the website here: https://cloudnativelinz.github.io.
9+
Find the website here: <https://cloudnativelinz.github.io>.
1010

11-
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/)
11+
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/).
1212

1313
## Development using Codespaces
1414

1515
It is easiest to use [codespaces](https://github.com/features/codespaces) since all tooling is already installed in the dev-container.
1616

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

19-
```
19+
```shell
2020
jekyll serve
2121
```
22+
2223
or via auto reload in the browser
23-
```
24+
25+
```shell
2426
jekyll serve --livereload
2527
```
28+
2629
on windows the following option might be needed for auto reload
27-
```
30+
31+
```shell
2832
jekyll serve --livereload --force_polling
2933
```
3034

31-
The preview is now available via http://127.0.0.1:4000/
35+
The preview is now available via <http://127.0.0.1:4000/>
3236

3337
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!
3438

@@ -37,13 +41,11 @@ The setup of codespaces was inspired by this [blog post](https://garethbrown.net
3741
- Docker Desktop
3842
- VS Code + Extension: Name: [Remote - Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers)
3943

40-
4144
## Local development without Dev Container
4245

4346
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!
4447

4548
## Source
4649

47-
The website source has been created by using the template from
48-
https://github.com/amitmerchant1990/reverie
49-
50+
The website source has been created by using the template from
51+
<https://github.com/amitmerchant1990/reverie>

images/cloudnativelinz-banner.png

424 KB
Loading

images/cloudnativelinz-logo.png

86.1 KB
Loading

images/favicon-32x32.png

-1.17 KB
Loading
-1.57 KB
Loading
-22 KB
Loading
-796 Bytes
Loading

images/favicon/favicon-16x16.png

-214 Bytes
Loading

images/favicon/favicon-32x32.png

-1.17 KB
Loading

images/favicon/favicon.ico

-6.98 KB
Binary file not shown.

0 commit comments

Comments
 (0)