Skip to content

Commit 721aaae

Browse files
author
Orta
authored
Merge pull request microsoft#128 from alodium/master
Add Hamburg Typescript Group
2 parents edb9f54 + 32c21db commit 721aaae

3 files changed

Lines changed: 19 additions & 16 deletions

File tree

.github/workflows/build-website.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727
- run: bundle install
2828

2929
# Build v1
30-
- name: Build website
30+
- name: Build website v1
3131
run: gulp publish
3232

3333
# Build v2
34-
- name: Build website
34+
- name: Build website v2
3535
run: |
3636
git clone -b v2 --single-branch https://github.com/microsoft/TypeScript-Website.git v2
3737
cd v2

src/_data/community/meetups.yml

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,11 @@ waiting_coc:
2323
# then we can make a channel in the community channel too
2424

2525
ready:
26-
27-
- - title: Krakow TypeScript User Group
26+
- - title: Hamburg TypeScript
27+
url: https://www.meetup.com/Hamburg-TypeScript-Meetup-Group/
28+
image: "/assets/images/community/meetup-logos/hamburg-ts.png"
29+
country: "🇩🇪"
30+
- title: Krakow TypeScript User Group
2831
url: https://www.meetup.com/typescript-krakow/
2932
image: "/assets/images/community/meetup-logos/ktug.jpg"
3033
country: "🇵🇱"
@@ -33,13 +36,13 @@ ready:
3336
url: https://www.meetup.com/Melbourne-TypeScript-Meetup/
3437
image: "/assets/images/community/meetup-logos/melbourne.jpg"
3538
country: "🇦🇺"
36-
- title: Milano TS
39+
40+
- - title: Milano TS
3741
twitter: https://twitter.com/Milano_TS
3842
url: https://www.meetup.com/MilanoTS/
3943
image: "/assets/images/community/meetup-logos/milano-ts.jpg"
4044
country: "🇮🇹"
41-
42-
- - title: Seattle TypeScript
45+
- title: Seattle TypeScript
4346
url: https://www.meetup.com/seattle-ts
4447
image: "/assets/images/community/meetup-logos/seattle.jpg"
4548
country: "🇺🇸"
@@ -48,12 +51,12 @@ ready:
4851
url: https://www.meetup.com/Sevilla-TypeScript/
4952
image: "/assets/images/community/meetup-logos/sqvts.jpg"
5053
country: "🇪🇸"
51-
- title: San Francisco TypeScript Meetup
54+
55+
- - title: San Francisco TypeScript Meetup
5256
url: https://www.meetup.com/San-Francisco-TypeScript-Meetup/
5357
image: "/assets/images/community/meetup-logos/san-fran-ts.jpg"
5458
country: "🇺🇸"
55-
56-
- - title: Sydney TypeScript
59+
- title: Sydney TypeScript
5760
twitter: https://twitter.com/SydTypeScript
5861
url: https://www.meetup.com/Sydney-TypeScript//
5962
image: "/assets/images/community/meetup-logos/sydney.jpg"
@@ -62,13 +65,13 @@ ready:
6265
url: https://www.meetup.com/TypeScriptNYC/
6366
image: "/assets/images/community/meetup-logos/typescript-nyc.jpg"
6467
country: "🇺🇸"
65-
- title: Typescript Brazil Meetup
68+
69+
- - title: Typescript Brazil Meetup
6670
twitter: https://twitter.com/tsbrmeetup
6771
url: https://www.meetup.com/typescriptbr/
6872
image: "/assets/images/community/meetup-logos/brazil-ts.jpg"
6973
country: "🇧🇷"
70-
71-
- - title: TypeScript JP
74+
- title: TypeScript JP
7275
twitter: https://twitter.com/typescriptjp
7376
url: https://typescript-jp.dev
7477
image: "/assets/images/community/meetup-logos/typescript-jp.jpg"
@@ -78,12 +81,12 @@ ready:
7881
url: https://www.meetup.com/Paris-Typescript/
7982
image: "/assets/images/community/meetup-logos/paris-ts.jpg"
8083
country: "🇫🇷"
81-
- title: Phoenix TypeScript
84+
85+
- - title: Phoenix TypeScript
8286
url: https://www.meetup.com/Phoenix-TypeScript/
8387
image: https://halfstackconf.com/assets/images/phxts.svg
8488
country: "🇺🇸"
85-
86-
- - title: Wroclaw TypeScript
89+
- title: Wroclaw TypeScript
8790
twitter: https://twitter.com/WrocTypeScript
8891
url: https://typescript.community/
8992
image: "/assets/images/community/meetup-logos/wroclaw-ts.jpg"
23.5 KB
Loading

0 commit comments

Comments
 (0)