Skip to content

Commit e1fd569

Browse files
authored
Merge pull request #83 from InnerSourceCommons/feat/add-berlin-2024
Feat/add berlin 2024
2 parents ae13dae + 839cb5d commit e1fd569

Some content is hidden

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

62 files changed

+3028
-3
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=("shenzhen-2024" "tokyo-2024" "dublin-2024" "vienna-2024")
58+
directories=("shenzhen-2024" "tokyo-2024" "dublin-2024" "vienna-2024" "berlin-2024")
5959
for dir in "${directories[@]}"; do
6060
cd $dir
6161
hugo \

assets/theme-berlin.jpg

Lines changed: 3 additions & 0 deletions
Loading

berlin-2024/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.DS_Store
2+
node_modules/

berlin-2024/archetypes/default.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: "{{ replace .Name "-" " " | title }}"
3+
date: {{ .Date }}
4+
draft: true
5+
---

berlin-2024/config.toml

Lines changed: 157 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,157 @@
1+
######################## default configuration ####################
2+
baseURL = "https://gatherings.innersourcecommons.org/berlin-2024"
3+
title = "InnerSource Gathering Berlin 2024"
4+
themesDir = "../themes"
5+
theme = "gathering-theme"
6+
# post pagination
7+
paginate = "4"
8+
# post excerpt
9+
summaryLength = "10"
10+
# disqus short name
11+
disqusShortname = "" # get your shortname form here : https://disqus.com
12+
# disable language
13+
disableLanguages = [] # desable language from here
14+
15+
# output
16+
[outputs]
17+
home = ["HTML", "RSS", "JSON"]
18+
19+
[markup]
20+
defaultMarkdownHandler = "goldmark"
21+
22+
[markup.goldmark]
23+
[markup.goldmark.renderer]
24+
unsafe = true
25+
26+
############################# Plugins ##############################
27+
# CSS Plugins
28+
[[params.plugins.css]]
29+
link = "plugins/bootstrap/css/bootstrap.min.css"
30+
[[params.plugins.css]]
31+
link = "plugins/themefisher-font/themefisher-font.min.css"
32+
33+
# JS Plugins
34+
[[params.plugins.js]]
35+
link = "plugins/jquery/jquery.js"
36+
[[params.plugins.js]]
37+
link = "plugins/bootstrap/js/bootstrap.min.js"
38+
[[params.plugins.js]]
39+
link = "plugins/syotimer/syotimer.min.js"
40+
[[params.plugins.js]]
41+
link = "plugins/search/fuse.min.js"
42+
[[params.plugins.js]]
43+
link = "plugins/search/mark.js"
44+
[[params.plugins.js]]
45+
link = "plugins/search/search.js"
46+
[[params.plugins.js]]
47+
link = "plugins/google-map/map.js"
48+
49+
############################## navigation ###############################
50+
[menu]
51+
52+
[[menu.main]]
53+
name = "About"
54+
URL = "about"
55+
weight = 2
56+
57+
# [[menu.main]]
58+
# name = "Speakers"
59+
# URL = "speaker"
60+
# weight = 3
61+
62+
[[menu.main]]
63+
name = "FAQ"
64+
URL = "faq"
65+
weight = 4
66+
67+
[[menu.main]]
68+
name = "Contact"
69+
URL = "contact"
70+
weight = 5
71+
72+
#################### default parameters ################################
73+
[params]
74+
logo = "images/gathering-berlin-2024.png"
75+
home = "Home"
76+
# Meta data
77+
description = "InnerSource Gathering Berlin 2024"
78+
author = "InnerSource Gathering Organizors"
79+
# email address
80+
email = "gathering@innersource.org"
81+
# Google Analitycs
82+
google_analitycs_id = "" # your id
83+
# search for blog page
84+
search = true
85+
images = ["images/ogp/ogp.png"]
86+
87+
# Preloader
88+
[params.preloader]
89+
enable = true
90+
preloader = "" # use jpg, png, svg or gif format.
91+
92+
# Navigation button
93+
[params.navigation_button]
94+
enable = true
95+
label = "Register"
96+
link = "https://innersourcecommons.connpass.com/event/317995/"
97+
98+
# google map
99+
[params.map]
100+
enable = true
101+
gmap_api = "https://maps.googleapis.com/maps/api/js?key=AIzaSyBu5nZKbeK-WHQ70oqOWo-_4VmwOwKP9YQ"
102+
map_latitude = "35.6678347"
103+
map_longitude = "139.7500377,15"
104+
map_marker = "images/marker.png"
105+
106+
107+
############################# social icon ############################
108+
[[params.social]]
109+
icon = "tf-ion-social-twitter"
110+
link = "https://twitter.com/InnerSourceJP"
111+
112+
[[params.social]]
113+
icon = "tf-ion-social-linkedin"
114+
link = "https://www.linkedin.com/company/innersourcecommons/"
115+
116+
[[params.social]]
117+
icon = "tf-ion-social-youtube"
118+
link = "https://www.youtube.com/@InnerSourceCommonsJapan"
119+
120+
################################### English language #####################################
121+
[Languages.en]
122+
languageName = "En"
123+
languageCode = "en-us"
124+
contentDir = "content"
125+
weight = 1
126+
# copyright
127+
copyright = """
128+
[CODE OF CONDUCT](https://innersourcecommons.org/about/codeofconduct/) | © InnerSource Gathering
129+
"""
130+
[Languages.en.params]
131+
home = "Home"
132+
# footer content
133+
footer_content = """
134+
InnerSource Commons is a global community for InnerSource. Established in 2015, it now supports and connects over 3,000 individuals from more than 750 companies, academic institutions, and government agencies. The community shares how to get started with InnerSource and its best practices while fostering discussions about InnerSource values and principles.
135+
"""
136+
137+
############################# Organizers ############################
138+
# Executive Members
139+
[params.organizers]
140+
enable = true
141+
head = "Organizers"
142+
143+
[[params.organizers.members]]
144+
image = "images/organizers/bory_kb.png"
145+
profile = "https://twitter.com/bory_kb"
146+
147+
[[params.organizers.members]]
148+
image = "images/organizers/piyonakajima.png"
149+
profile = "https://twitter.com/piyonakajima"
150+
151+
[[params.organizers.members]]
152+
image = "images/organizers/rashikawat.png"
153+
profile = "https://github.com/rashikawat"
154+
155+
[[params.organizers.members]]
156+
image = "images/organizers/yuhattor.png"
157+
profile = "https://twitter.com/yuhattor"

berlin-2024/content/about/_index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: "About"
3+
date: 2024-01-10T13:51:25+06:00
4+
draft: false
5+
description: "What's InnerSource"
6+
bg_image: "images/gathering-images/gathering-2-dark.jpg"
7+
---

berlin-2024/content/blog/_index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: "Blog"
3+
date: 2019-09-10T13:51:25+06:00
4+
draft: false
5+
description: "this is meta description"
6+
bg_image: "images/bg/cta-bg.jpg"
7+
---

berlin-2024/content/contact/_index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: "Inquiry"
3+
date: 2023-09-10T13:51:25+06:00
4+
draft: false
5+
description: "Inquiry"
6+
bg_image: "images/gathering-images/gathering-4-dark.jpg"
7+
---
8+
9+
Please mail to gatherings@innersourcecommons.org

berlin-2024/content/faq/_index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: "FAQ"
3+
date: 2019-09-10T13:51:25+06:00
4+
draft: false
5+
description: "InnerSource Gathering FAQ"
6+
bg_image: "images/gathering-images/gathering-1-dark.jpg"
7+
---
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: "Schedule"
3+
date: 2019-09-10T13:51:25+06:00
4+
draft: false
5+
description: "this is meta description"
6+
bg_image: "images/gathering-images/gathering-4-dark.jpg"
7+
---
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: "佐藤 和美 / Kazumi Sato"
3+
date: 2019-09-10T13:51:25+06:00
4+
draft: false
5+
description: |
6+
さまざまなソニー製品向けのLinuxベースのシステムソフトウェアの開発に従事、その技術開発の主導しています。また、オープンソースライセンスコンプライアンスやソニーでのオープンソースコミュニティ連携、オープンソース戦略を主導しています。2002年にソニーがLinuxを商品に搭載したときから、オープンソースライセンスに準拠したシステムソフトウェアの開発主導し製品に導入しています。ソニーのソフトウェア戦略コミッティのメンバーでもあります。
7+
image : "images/speakers/KazumiSato.png"
8+
designation : ソニーグループ株式会社 テクノロジープラットフォーム Technology Infrastructure Center システムプラットフォーム技術部門 主幹技師, Distinguished Engineer
9+
type : "speaker"
10+
social:
11+
# social site loop
12+
# - icon : "tf-ion-social-facebook"
13+
# link : "#"
14+
# # social site loop
15+
# - icon : "tf-ion-social-twitter"
16+
# link : "#"
17+
# social site loop
18+
- icon : "tf-ion-social-linkedin"
19+
link : "https://www.linkedin.com/in/kazumi-sato-5286a2304"
20+
---

berlin-2024/content/speaker/_index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: "Speakers"
3+
date: 2019-09-10T13:51:25+06:00
4+
draft: false
5+
description: "登壇者のご紹介"
6+
bg_image: "images/gathering-images/gathering-3-dark.jpg"
7+
---
8+
9+
## 登壇者のご紹介
10+
11+
インナーソースの実践者や、開発文化を変革しているリーダーなど、様々なバックグラウンドを持つ登壇者が、インナーソースに関するトピックについてお話します。

berlin-2024/data/en/about.yml

Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
Here's a translation of the provided text into English:
2+
3+
################## about #################################
4+
about:
5+
enable : true
6+
title : "What is InnerSource"
7+
content : |
8+
InnerSource means **cultivating an open source-like culture within a company and creating a culture of transparent collaboration**.<br>
9+
This concept was proposed by Tim O'Reilly in 2000 as an innovative idea.
10+
While open source involves sharing source code globally, InnerSource aims to share source code on a large scale within a company.
11+
As companies grow larger, walls between departments and products can emerge, making collaboration difficult.
12+
**InnerSource is a groundbreaking effort to solve these challenges by creating a culture of sharing across the entire organization.**
13+
14+
################## sponsor ###############################
15+
sponsor:
16+
enable : false
17+
# sponsor data comes from "homepage.yml" file
18+
19+
################## Feature ##############################
20+
feature:
21+
enable: true
22+
subtitle: "InnerSource Principles"
23+
title: "Principles of<br>InnerSource"
24+
button:
25+
enable: true
26+
label: "Learn More"
27+
link: "https://innersourcecommons.org/ja/"
28+
29+
feature_item:
30+
# feature item loop
31+
- title: "Openness"
32+
icon: "tf-ion-code" # for a collaborative, community-focused icon
33+
bg_color: "#17a2b8"
34+
content: |
35+
**Source code is made open within the organization, and anyone can freely access it.**
36+
This allows developers to reference and learn from other teams' code.
37+
Knowledge sharing becomes active, leading to overall skill improvement.
38+
39+
# feature item loop
40+
- title: "Transparency"
41+
icon: "tf-ion-qr-scanner" # for an icon symbolizing knowledge or learning
42+
bg_color: "" # defaults to dark color for a sleek look
43+
content: |
44+
**Not only the code but also the discussion process is made public.**
45+
In other words, how decisions were made is transparent.
46+
This allows developers from other teams to easily participate, and the project is recognized as a shared asset across the organization.
47+
48+
# feature item loop
49+
- title: "Prioritized<br>Mentorship"
50+
icon: "tf-ion-person-stalker" # for an icon representing innovation or ideas
51+
bg_color: "#ff4747"
52+
content: |
53+
**Prioritized support is provided to make it easier for new developers to participate.**
54+
By following the contributions of guest teams and lowering the barriers to entry, new contributions to the project continue to emerge.
55+
56+
# feature item loop
57+
- title: "Voluntary<br>Contribution"
58+
icon: "tf-ion-ios-heart" # for an icon depicting synchronization or processes
59+
bg_color: "#4125dd"
60+
content: |
61+
**Contribution to the project is not forced.**<br/>
62+
Support from the project is also voluntary.
63+
Each team respects and collaborates with each other to drive development forward.
64+
65+
################## Resource ##############################
66+
resource:
67+
enable: true
68+
title: "Learn about InnerSource"
69+
body: "The InnerSource community provides resources to help learn about InnerSource in Japan.<br />Here are some representative resources where you can learn about InnerSource in Japanese."
70+
items:
71+
- title: Getting Started<br/>with InnerSource
72+
text: "A book to learn the basics of InnerSource."
73+
url: "https://innersourcecommons.org/learn/books/getting-started-with-innersource/"
74+
image: "https://innersourcecommons.org/images/learn/books/getting-started-with-innersource-cover-thumb.jpg"
75+
76+
- title: InnerSource<br/>Learning Path
77+
text: "A learning path to systematically acquire knowledge about InnerSource."
78+
url: "https://innersourcecommons.org/learn/"
79+
image: "images/learning-path.jpg"
80+
81+
- title: InnerSource<br/> Patterns
82+
text: "A book to learn proven InnerSource practices."
83+
url: "https://patterns.innersourcecommons.org"
84+
image: "https://github.com/InnerSourceCommons/InnerSourcePatterns/raw/main/book/en/innersource-patterns-book-cover.jpg"
85+
86+
- title: Understanding<br/>the InnerSource<br/>Checklist
87+
text: "A checklist to take your InnerSource practice one step further."
88+
url: "https://innersourcecommons.org/learn/books/understanding-the-innersource-checklist/"
89+
image: "https://innersourcecommons.org/images/learn/books/innersource-checklist-cover-thumb.jpg"
90+
91+
slack:
92+
enable: true
93+
title: Join the Slack Community
94+
body: "Join the Slack community to exchange information and ask questions about InnerSource."
95+
button:
96+
enable: true
97+
label: "Join Slack!!"
98+
link: "https://innersourcecommons.org/slack/"

0 commit comments

Comments
 (0)