You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Find the website here: https://cloudnativelinz.github.io.
9
+
Find the website here: <https://cloudnativelinz.github.io>.
10
10
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/).
12
12
13
13
## Development using Codespaces
14
14
15
15
It is easiest to use [codespaces](https://github.com/features/codespaces) since all tooling is already installed in the dev-container.
16
16
17
17
Open via the Github UI and once you have launched the codespaces, run a development session via:
18
18
19
-
```
19
+
```shell
20
20
jekyll serve
21
21
```
22
+
22
23
or via auto reload in the browser
23
-
```
24
+
25
+
```shell
24
26
jekyll serve --livereload
25
27
```
28
+
26
29
on windows the following option might be needed for auto reload
27
-
```
30
+
31
+
```shell
28
32
jekyll serve --livereload --force_polling
29
33
```
30
34
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/>
32
36
33
37
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!
34
38
@@ -37,13 +41,11 @@ The setup of codespaces was inspired by this [blog post](https://garethbrown.net
37
41
- Docker Desktop
38
42
- VS Code + Extension: Name: [Remote - Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers)
39
43
40
-
41
44
## Local development without Dev Container
42
45
43
46
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!
44
47
45
48
## Source
46
49
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
0 commit comments