Skip to content

Commit c6a7dde

Browse files
Merge branch 'updating-sponsor-slide' of https://github.com/InnerSourceCommons/innersourcecommons.org into updating-sponsor-slide
2 parents 805bb82 + f10d958 commit c6a7dde

150 files changed

Lines changed: 2196 additions & 703 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/i18n-consistency-check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
language: [ja, de, zh, it, es, ru, fr]
18+
language: [ja, de, zh, it, es, ru, fr, pt-br]
1919
steps:
2020
- uses: actions/checkout@v2
2121
with:
@@ -92,6 +92,7 @@ jobs:
9292
["es"]="🇪🇸 Spanish"
9393
["ru"]="🇷🇺 Russian"
9494
["fr"]="🇫🇷 French"
95+
["pt-br"]="🇧🇷 Brazilian Portuguese"
9596
)
9697
9798
# Set the issue title

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
uses: peaceiris/actions-hugo@v2
1818
with:
1919
# When this version is updated, it must be also updated at docker-compose.yml
20-
hugo-version: '0.80.0'
20+
hugo-version: '0.133.1'
2121
extended: true
2222
- name: Copy the missing files from /content/en for publishing each language site
2323
run: |
24-
for i in de es fr it ja ru zh pt-br; do
24+
for i in fr ja pt-br; do
2525
rsync -rv --ignore-existing content/en/ content/$i/ --log-file=content/.gitignore;
2626
sed -i "s/^.\{37\} /$i\//g" content/.gitignore;
2727
sed -i '/total size\|file list/d' content/.gitignore;

assets/scss/_custom.scss

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,3 +311,15 @@ button.svelte-la9dd4:disabled {
311311
// top: 0;
312312
// width: 100%;
313313
// }
314+
315+
.content .nav-item::before {
316+
background: none;
317+
}
318+
319+
.primary-link {
320+
color: white !important;
321+
}
322+
323+
.dropdown {
324+
margin-right: 10px;
325+
}

config/_default/config.yaml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
baseURL: '/'
1+
baseURL: 'https://innersourcecommons.org/'
2+
defaultContentLanguage: 'en'
3+
defaultContentLanguageInSubdir: false
24
title: InnerSource Commons
35

46
pluralizeListTitles: false
@@ -13,4 +15,9 @@ markup:
1315
unsafe: true
1416
minify:
1517
disableHTML: true
16-
defaultContentLanguage: 'en'
18+
uglyurls: false
19+
20+
frontmatter:
21+
date:
22+
- report_publish_date
23+
- :default

config/_default/menus.de.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,12 @@ main:
1919
parent: learn
2020
URL: de/learn/research
2121
weight: 5
22+
- name: Videos
23+
parent: learn
24+
URL: https://www.youtube.com/@InnerSourceCommons
25+
weight: 6
2226
- name: Ereignisse
23-
URL: de/events
27+
URL: de/events/community-calls
2428
weight: 2
2529
- name: Gemeinschaft
2630
identifier: community
@@ -80,7 +84,7 @@ footer_left:
8084
weight: 5
8185
footer_middle:
8286
- name: Ereignisse
83-
URL: de/events
87+
URL: de/events/community-calls
8488
weight: 1
8589
post: bold
8690
- name: Gemeinschaft

config/_default/menus.en.yaml

Lines changed: 44 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,30 @@ main:
1919
parent: learn
2020
URL: learn/research
2121
weight: 5
22+
- name: Videos
23+
parent: learn
24+
URL: https://www.youtube.com/@InnerSourceCommons
25+
weight: 6
2226
- name: Events
23-
URL: events
27+
URL: events/community-calls
2428
weight: 2
29+
identifier: events
30+
- name: Summit 2024
31+
URL: events/isc-2024
32+
parent: events
33+
weight: 4
34+
- name: Local Gatherings
35+
URL: https://gatherings.innersourcecommons.org/
36+
parent: events
37+
weight: 5
38+
- name: Community Calls
39+
URL: events/community-calls
40+
parent: events
41+
weight: 6
42+
- name: Past Summits
43+
URL: events/past-summits
44+
parent: events
45+
weight: 7
2546
- name: Calendar
2647
URL: calendar
2748
weight: 3
@@ -64,6 +85,10 @@ main:
6485
URL: about/contact
6586
parent: about
6687
weight: 6
88+
# - name: Vacancies
89+
# URL: about/vacancies
90+
# parent: about
91+
# weight: 7
6792
footer_left:
6893
- name: Learn
6994
URL: learn
@@ -83,24 +108,33 @@ footer_left:
83108
weight: 5
84109
footer_middle:
85110
- name: Events
86-
URL: events
111+
URL: events/community-calls
87112
weight: 1
88113
post: bold
114+
- name: Summit 2024
115+
URL: events/isc-2024
116+
weight: 2
117+
- name: Local Gatherings
118+
URL: https://gatherings.innersourcecommons.org/
119+
weight: 3
120+
- name: Past Summits
121+
URL: events/past-summits
122+
weight: 3
89123
- name: Community
90124
URL: community
91-
weight: 2
125+
weight: 4
92126
post: bold
93127
pre: _blank
94128
- name: Stories
95129
URL: stories
96-
weight: 3
130+
weight: 5
97131
post: bold
98132
- name: Services Directory
99133
URL: community/services
100-
weight: 4
134+
weight: 6
101135
- name: Announcements
102136
URL: about/announcements
103-
weight: 5
137+
weight: 7
104138
footer_right:
105139
- name: About
106140
URL: about
@@ -123,4 +157,7 @@ footer_right:
123157
weight: 6
124158
- name: Privacy Policy
125159
URL: about/privacy
126-
weight: 7
160+
weight: 7
161+
# - name: Vacancies
162+
# URL: about/vacancies
163+
# weight: 8

config/_default/menus.es.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,12 @@ main:
1919
parent: learn
2020
URL: es/learn/research
2121
weight: 5
22+
- name: Videos
23+
parent: learn
24+
URL: https://www.youtube.com/@InnerSourceCommons
25+
weight: 6
2226
- name: Events
23-
URL: es/events
27+
URL: es/events/community-calls
2428
weight: 2
2529
- name: Community
2630
identifier: community
@@ -80,7 +84,7 @@ footer_left:
8084
weight: 5
8185
footer_middle:
8286
- name: Events
83-
URL: es/events
87+
URL: es/events/community-calls
8488
weight: 1
8589
post: bold
8690
- name: Community

config/_default/menus.fr.yaml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,12 @@ main:
1919
parent: learn
2020
URL: fr/learn/research
2121
weight: 5
22+
- name: Vidéos
23+
parent: learn
24+
URL: https://www.youtube.com/@InnerSourceCommons
25+
weight: 6
2226
- name: Évènements
23-
URL: fr/events
27+
URL: fr/events/community-calls
2428
weight: 2
2529
- name: Communauté
2630
identifier: community
@@ -61,6 +65,10 @@ main:
6165
URL: fr/about/contact
6266
parent: about
6367
weight: 6
68+
# - name: Postes vacants
69+
# URL: fr/about/vacancies
70+
# parent: about
71+
# weight: 7
6472
footer_left:
6573
- name: Apprendre
6674
URL: fr/learn
@@ -80,7 +88,7 @@ footer_left:
8088
weight: 5
8189
footer_middle:
8290
- name: Évènements
83-
URL: fr/events
91+
URL: fr/events/community-calls
8492
weight: 1
8593
post: bold
8694
- name: Communauté
@@ -120,4 +128,7 @@ footer_right:
120128
weight: 6
121129
- name: Politique de confidentialité
122130
URL: fr/about/privacy
123-
weight: 7
131+
weight: 7
132+
# - name: Postes vacants
133+
# URL: fr/about/vacancies
134+
# weight: 8

config/_default/menus.it.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,12 @@ main:
1919
parent: learn
2020
URL: it/learn/research
2121
weight: 5
22+
- name: Videos
23+
parent: learn
24+
URL: https://www.youtube.com/@InnerSourceCommons
25+
weight: 6
2226
- name: Events
23-
URL: it/events
27+
URL: it/events/community-calls
2428
weight: 2
2529
- name: Community
2630
identifier: community
@@ -80,7 +84,7 @@ footer_left:
8084
weight: 5
8185
footer_middle:
8286
- name: Events
83-
URL: it/events
87+
URL: it/events/community-calls
8488
weight: 1
8589
post: bold
8690
- name: Community

config/_default/menus.ja.yaml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,12 @@ main:
1919
parent: learn
2020
URL: ja/learn/research
2121
weight: 5
22+
- name: ビデオ
23+
parent: learn
24+
URL: https://www.youtube.com/@InnerSourceCommons
25+
weight: 6
2226
- name: イベント
23-
URL: ja/events
27+
URL: ja/events/community-calls
2428
weight: 2
2529
- name: コミュニティ
2630
identifier: community
@@ -61,6 +65,10 @@ main:
6165
URL: ja/about/contact
6266
parent: about
6367
weight: 6
68+
# - name: 欠員
69+
# URL: ja/about/vacancies
70+
# parent: about
71+
# weight: 7
6472
footer_left:
6573
- name: 学ぶ
6674
URL: ja/learn
@@ -80,7 +88,7 @@ footer_left:
8088
weight: 5
8189
footer_middle:
8290
- name: イベント
83-
URL: ja/events
91+
URL: ja/events/community-calls
8492
weight: 1
8593
post: bold
8694
- name: コミュニティ
@@ -120,4 +128,7 @@ footer_right:
120128
weight: 6
121129
- name: プライバシーポリシー
122130
URL: ja/about/privacy
123-
weight: 7
131+
weight: 7
132+
# - name: 欠員
133+
# URL: ja/about/vacancies
134+
# weight: 8

0 commit comments

Comments
 (0)