Skip to content

Commit c102e20

Browse files
committed
Added GitPod button, fixed submodules
1 parent abcdf9e commit c102e20

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitpod.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ image:
22
file: .gitpod.dockerfile
33
ports:
44
- port: 1313
5+
onOpen: ignore
56
tasks:
6-
- init: git submodule set-url themes/syna https://github.com/eclipsesource/syna && git submodule init && git submodule update && git submodule set-url themes/syna [email protected]:eclipsesource/emf-cloud-website.git && hugo
7+
- init: git submodule set-url themes/syna https://github.com/eclipsesource/syna && git submodule init && git submodule update && git submodule set-url themes/syna [email protected]:eclipsesource/syna.git && hugo
78
command: hugo server
89

910

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ We use the [Syna](https://github.com/okkur/syna) thema for [Hugo](https://gohugo
44

55
Please check the [Syna documentation](https://about.okkur.org/syna/docs/). The Syna theme heavily works with fragments, therefore the development differs a bit from a "normal" Hugo website.
66

7+
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/eclipsesource/emf-cloud-website)
8+
9+
710
## Quick start
811

912
### Prerequisites

0 commit comments

Comments
 (0)