Skip to content

Commit 79f6bd3

Browse files
committed
update
1 parent b558acf commit 79f6bd3

12 files changed

Lines changed: 353 additions & 127 deletions

File tree

assets/js/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
var calendarContainer = document.getElementById('calendar-container');
88
if(calendarContainer){
99
const timezone = Intl.DateTimeFormat().resolvedOptions().timeZone
10-
const html = `<iframe src="https://calendar.google.com/calendar/embed?src=c_62694f414055ac569e5cb12dafbb0890ca22f3640b177a4b10b53171fbc9bdd4%40group.calendar.google.com&ctz=${timezone}" style=" border:0 " width="800" height="600" frameborder="0" scrolling="no"></iframe>`
10+
const html = `<iframe src="https://calendar.google.com/calendar/embed?src=c_62694f414055ac569e5cb12dafbb0890ca22f3640b177a4b10b53171fbc9bdd4%40group.calendar.google.com&ctz=${timezone}" style="border:0; width:100%; min-height:500px;margin:0px;" frameborder="0" scrolling="no"></iframe>`
1111
calendarContainer.innerHTML = html;
1212
}
1313
});

assets/scss/_custom.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ a:hover, .content a:hover {
118118

119119
ol.breadcrumb {
120120
background: none;
121+
padding: 15px 0;
121122
}
122123

123124
.breadcrumb a {
@@ -955,4 +956,4 @@ body.has-notice {
955956
.course-modal {
956957
display: none !important;
957958
}
958-
}
959+
}

config/_default/menus.en.yaml

Lines changed: 115 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -6,75 +6,149 @@ main:
66
- name: Who We Are
77
URL: about
88
parent: about
9-
weight: 1
9+
weight: 2
1010
- name: Board & Governance
1111
URL: about/board
1212
parent: about
13-
weight: 2
13+
weight: 3
1414
- name: Members
1515
URL: about/members
1616
parent: about
17-
weight: 3
18-
- name: Code of Conduct
19-
URL: about/codeofconduct
20-
parent: about
2117
weight: 4
18+
- name: Sponsors
19+
URL: about/sponsors
20+
parent: about
21+
weight: 5
22+
- name: InnerSource Stories
23+
URL: stories
24+
parent: about
25+
weight: 6
26+
- name: GitHub
27+
URL: https://github.com/InnerSourceCommons
28+
parent: about
29+
weight: 7
2230
- name: Contact Us
2331
URL: about/contact
2432
parent: about
25-
weight: 5
26-
- name: Projects
33+
weight: 10
34+
- name: Code of Conduct
35+
URL: about/codeofconduct
36+
parent: about
37+
weight: 11
38+
39+
40+
# Projects
41+
- name: Activities
2742
URL: learn/patterns
2843
weight: 2
29-
identifier: projects
30-
- name: Patterns
31-
URL: learn/patterns
32-
parent: projects
44+
identifier: activities
45+
- name: Activities
46+
URL: /community
47+
parent: activities
3348
weight: 1
34-
- name: Research
35-
URL: learn/research
36-
parent: projects
49+
- name: InnerSource Patterns Working Group
50+
URL: /learn/patterns
51+
parent: activities
52+
weight: 1
53+
- name: ISPO Working Group
54+
URL: /community/
55+
parent: activities
3756
weight: 2
38-
- name: Training
39-
URL: learn
57+
- name: Learning Path Working Group
58+
URL: /community/
59+
parent: activities
4060
weight: 3
41-
identifier: training
42-
- name: Books
43-
URL: learn/books
44-
parent: training
61+
- name: Marketing & Outreach Working Group
62+
URL: /community/
63+
parent: activities
64+
weight: 4
65+
- name: Local Community
66+
URL: /community/
67+
parent: activities
68+
weight: 7
69+
- name: State of InnerSource Survey
70+
URL: learn/research
71+
parent: activities
72+
weight: 8
73+
74+
## Learning
75+
- name: Learning
76+
URL: learn
77+
weight: 1
78+
identifier: learning
79+
- name: Learning
80+
URL: learn/
81+
parent: learning
4582
weight: 1
4683
- name: Learning Path
4784
URL: learn/learning-path
48-
parent: training
85+
parent: learning
4986
weight: 2
87+
- name: InnerSource Patterns
88+
URL: https://innersourcecommons.org/learn/books/innersource-patterns/
89+
parent: learning
90+
weight: 3
91+
- name: Managing InnerSource Projects
92+
URL: https://innersourcecommons.org/learn/books/managing-innersource-projects/
93+
parent: learning
94+
weight: 4
95+
- name: Videos
96+
URL: https://www.youtube.com/@InnerSourceCommons
97+
parent: learning
98+
weight: 5
99+
- name: Books
100+
URL: learn/books
101+
parent: learning
102+
weight: 6
103+
- name: Getting Started with InnerSource
104+
URL: https://innersourcecommons.org/learn/books/getting-started-with-innersource/
105+
parent: learning
106+
weight: 7
107+
- name: Understanding the InnerSource Checklist
108+
URL: https://innersourcecommons.org/learn/books/understanding-the-innersource-checklist/
109+
parent: learning
110+
weight: 8
111+
- name: Adopting InnerSource Principles and Case Studies
112+
URL: https://innersourcecommons.org/learn/books/adopting-innersource-principles-and-case-studies/
113+
parent: learning
114+
weight: 9
115+
116+
# Community
50117
- name: Community
51118
URL: community
52119
weight: 4
53120
identifier: community
54-
- name: Events
121+
- name: Community Calls
55122
URL: events/community-calls
56123
parent: community
57124
weight: 1
58-
- name: Summit 2024
59-
URL: events/isc-2024
125+
- name: Calendar
126+
URL: calendar
60127
parent: community
61128
weight: 2
62-
- name: Local Gatherings
129+
130+
- name: InnerSource Gatherings - Local Chapters
63131
URL: https://gatherings.innersourcecommons.org/
64132
parent: community
65133
weight: 3
66-
- name: Community Calls
67-
URL: events/community-calls
134+
- name: InnerSource Summit 2024
135+
URL: events/isc-2024
68136
parent: community
69137
weight: 4
70-
- name: Calendar
71-
URL: calendar
138+
- name: Past Summits
139+
URL: https://innersourcecommons.org/events/past-summits/
72140
parent: community
73141
weight: 5
74142
- name: Services Directory
75143
URL: community/services
76144
parent: community
77-
weight: 6
145+
weight: 10
146+
- name: InnerSourcerers Map
147+
URL: about/map
148+
parent: community
149+
weight: 11
150+
151+
# News
78152
- name: Blog & News
79153
URL: about/announcements
80154
weight: 5
@@ -83,10 +157,17 @@ main:
83157
URL: about/announcements
84158
parent: news
85159
weight: 1
86-
- name: Stories
87-
URL: stories
160+
- name: Past Newsletters
161+
URL: https://us1.campaign-archive.com/home/?u=0363fb06e6a59d48c6e260f1b&id=97224b5ff2
88162
parent: news
89-
weight: 2
163+
weight: 1
164+
165+
# Calendar
166+
- name: Schedule
167+
URL: #
168+
weight: 9
169+
identifier: schedule
170+
90171
footer_left:
91172
- name: Learn
92173
URL: learn

content/en/about/map.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: "InnerSourcerers Map"
3+
subtitle: ""
4+
description: "Some community participants go above and beyond, and may be invited to become an ISC Member."
5+
type: wide
6+
layout: single
7+
---
8+
9+
<iframe src="https://innersourcecommons.github.io/innersourcerers-map/" style="width: 100%; height: 800px; border: none; display: block; margin: 0; padding: 0;"></iframe>

content/en/calendar/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ draft: false
77

88
<section class="section">
99
<div class="container">
10-
<div class="row align-items-center">
1110
<p>Welcome to the InnerSource Commons Calendar! Our events and working groups are open to everyone because we know that magic happens when people come together to share their experience and knowledge. </p>
11+
<div class="row">
1212
<div class="col-md-6 order-1 order-md-2 mb-4 mb-md-0" id="calendar-container">
1313
</div>
1414
</div>

data/featured_articles.yaml

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
about:
2+
- title: The Latest Case Study - Microsoft
3+
image: https://cdn-dynmedia-1.microsoft.com/is/image/microsoftcorp/RWCZER-Legal-IP-Trademarks-CP-MS-logo-740x417-1
4+
link: https://innersourcecommons.org/stories/microsoft/
5+
visible: true
6+
7+
activities:
8+
- title: How the ISPO working group can help you [YouTube]
9+
image: https://img.youtube.com/vi/Z56LmteBSiM/maxresdefault.jpg
10+
link: https://www.youtube.com/watch?v=Z56LmteBSiM
11+
visible: true
12+
- title: State of InnerSource 2024 [YouTube]
13+
image: https://img.youtube.com/vi/8AnaQ7p6iLg/maxresdefault.jpg
14+
link: https://www.youtube.com/watch?v=8AnaQ7p6iLg
15+
visible: true
16+
17+
learning:
18+
- title: "InnerSource Patterns, where the collaborative magic happens"
19+
image: "https://2736370588-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fs9OEmdHhkmMvqlFUqXlU%2Fsocialpreview%2FzZq1AkbMAojyPa1wVtzJ%2Finnersource-patterns-book-cover-social-media-preview-gitbook.png?alt=media&token=2239b9d6-b6bb-4d4f-ac7d-2c7e45dc18de"
20+
link: "https://patterns.innersourcecommons.org/"
21+
visible: true
22+
- title: "InnerSource Strategy and Configuration Management for GitHub"
23+
image: https://images.unsplash.com/photo-1574790398664-0cb03682ed1c?q=80&w=400
24+
link: "https://innersourcecommons.gitbook.io/managing-innersource-projects/innersource-tooling/github-strategy"
25+
visible: true
26+
27+
community:
28+
- title: "InnerSource Gathering Berlin 2025 is open for registration!"
29+
image: "https://gatherings.innersourcecommons.org/images/gathering/berlin-2025.png"
30+
link: https://gatherings.innersourcecommons.org/berlin-2025/
31+
visible: true
32+
- title: Call for Hosts for InnerSource Summit 2025
33+
image: https://images.unsplash.com/photo-1578054041218-5ee0003926dd?q=80&w=400
34+
link: https://docs.google.com/forms/d/e/1FAIpQLSdjeQFYDVT_0pVwMJTHTmArMPLtq7oHwBO8CgQzd_aV0UxRKA/viewform
35+
visible: true
36+
37+
blog:
38+
- title: 'InnerSource Commons welcomes our new Board and Officers'
39+
image: "/images/about/announcements/2024-05-new-board-and-officers.png"
40+
link: "/about/announcements/2024-05-new-board-and-officers"
41+
visible: true
42+
- title: 'New Members Appointed to the InnerSource Commons Foundation'
43+
image: "/images/about/announcements/2024-04-new-members-announcement.png"
44+
link: "/about/announcements/2024-04-new-members"
45+
visible: true
46+
- title: 'Russell Rutledge appointed as new Executive Director of InnerSource Commons'
47+
image: "/images/about/announcements/2023-08-new-executive-director-announcement.png"
48+
link: "/about/announcements/2023-08-new-executive-director"
49+
visible: true

data/news.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# ニュースアイテムは上から新しい順に並べます
21
- content: "Does your organization want to host InnerSource Summit 2025? Click [here](https://bit.ly/4fchanz) to apply or contact us at [info@innersourcecommons.org](mailto:info@innersourcecommons.org) to find out more"
32
active: true
43
type: "light"
@@ -7,7 +6,6 @@
76
active: true
87
type: "primary"
98

10-
# 以下は非アクティブな過去のお知らせ
119
- content: "INNERSOURCE SUMMIT 2024 - book your ticket for November 20th and 21st"
1210
url: "https://bit.ly/ISCSUM24"
1311
active: false

layouts/_default/single.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
{{ partial "breadcrumbs.html" . }}
44
{{ partial "page-header.html" . }}
55
<section class="section">
6-
<div class="container">
6+
<div class="container"">
77
<div class="row">
8-
<div class="col-lg-10 mx-auto">
8+
<div class="col-lg-12 mx-auto">
99
<div class="content">{{ .Content }}</div>
1010
</div>
1111
</div>

layouts/partials/breadcrumbs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="container">
1+
<div class="container" style="padding: 0px;">
22

33
<ol class="breadcrumb">
44
{{ template "breadcrumbnav" (dict "p1" . "p2" .) }}

0 commit comments

Comments
 (0)