Skip to content

Commit 3c5bc3f

Browse files
Merge pull request #161 from InnerSourceCommons/feat/add-london-2025-page
hotfix: publish london and sao paulo pages and fix links
2 parents 3bd41df + 4276d69 commit 3c5bc3f

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

.github/workflows/hugo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
HUGO_ENV: production
5656
run: |
5757
url="${{ steps.pages.outputs.base_url }}"
58-
directories=("tokyo-2024" "tokyo-2024-returns" "berlin-2025")
58+
directories=("tokyo-2024" "tokyo-2024-returns" "berlin-2025" "london-2025" "sao-paulo-2025")
5959
for dir in "${directories[@]}"; do
6060
cd $dir
6161
hugo \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ If you want to see the entire site, do the following:
2424
```sh
2525
# Define url
2626
url="http://localhost:1313/"
27-
directories=("tokyo-2024" "tokyo-2024-returns" "berlin-2025")
27+
directories=("tokyo-2024" "tokyo-2024-returns" "berlin-2025" "london-2025")
2828
for dir in "${directories[@]}"; do
2929
cd $dir
3030
hugo \

berlin-2025/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title = "InnerSource Gathering Berlin 2025"
44
themesDir = "../themes"
55
theme = "gathering-theme"
66
# post pagination
7-
paginate = "4"
7+
pagination.pagerSize = "4"
88
# post excerpt
99
summaryLength = "10"
1010
# disqus short name

landing-page/data/en/homepage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ events:
4343
enable: enable
4444
items:
4545
- name: "InnerSource Gathering London 2025"
46-
url: "https://lu.ma/4uoqrods"
46+
url: "./london-2025"
4747
location: "London, United Kingdom"
4848
date: "May 19 2025"
4949
pastevents:
@@ -98,7 +98,7 @@ blog:
9898
items:
9999
- name: "InnerSource Gathering London 2025"
100100
image: "/images/gathering/london-2025.png"
101-
url: "https://lu.ma/4uoqrods"
101+
url: "./london-2025"
102102

103103

104104

Loading

template/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title = "InnerSource Gathering Berlin 2024"
44
themesDir = "../themes"
55
theme = "gathering-theme"
66
# post pagination
7-
paginate = "4"
7+
pagination.pagerSize = "4"
88
# post excerpt
99
summaryLength = "10"
1010
# disqus short name

tokyo-2024-returns/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title = "InnerSource Gathering Tokyo 2024 Returns"
44
themesDir = "../themes"
55
theme = "gathering-theme"
66
# post pagination
7-
paginate = "4"
7+
pagination.pagerSize = "4"
88
# post excerpt
99
summaryLength = "10"
1010
# disqus short name

tokyo-2024/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title = "InnerSource Gathering Tokyo 2024"
44
themesDir = "../themes"
55
theme = "gathering-theme"
66
# post pagination
7-
paginate = "4"
7+
pagination.pagerSize = "4"
88
# post excerpt
99
summaryLength = "10"
1010
# disqus short name

0 commit comments

Comments
 (0)