diff --git a/README.md b/README.md index 7a51bab..3337b7e 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ If you want to see the entire site, do the following: ```sh # Define url url="http://localhost:1313/" -directories=("shenzhen-2024" "tokyo-2024" "dublin-2024") +directories=("tokyo-2024" "tokyo-2024-returns" "berlin-2025") for dir in "${directories[@]}"; do cd $dir hugo \ diff --git a/landing-page/data/en/homepage.yml b/landing-page/data/en/homepage.yml index 8fed6d9..361f765 100644 --- a/landing-page/data/en/homepage.yml +++ b/landing-page/data/en/homepage.yml @@ -91,11 +91,12 @@ pastevents: blog: enable: true items: - - name: "InnerSource Gathering Berlin 2025" - image: "/berlin-2025/images/ogp/ogp.png" - url: "/berlin-2025" - name: "InnerSource Gathering Paris 2024" image: "https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F900676133%2F523972762143%2F1%2Foriginal.20241117-142019?w=940&auto=format%2Ccompress&q=75&sharp=10&rect=0%2C0%2C2160%2C1080&s=504909d5ad0b0b9ef6175cb644575ba0" url: "https://www.eventbrite.com/e/innersource-gathering-paris-2024-tickets-1086001251979?aff=oddtdtcreator" + - name: "InnerSource Gathering Berlin 2025" + image: "/images/gathering/berlin-2025.png" + url: "/berlin-2025" + diff --git a/landing-page/static/images/gathering/berlin-2025.png b/landing-page/static/images/gathering/berlin-2025.png new file mode 100644 index 0000000..4782678 Binary files /dev/null and b/landing-page/static/images/gathering/berlin-2025.png differ