Skip to content

Commit abc28f8

Browse files
committed
First version of the website
1 parent 0a3e534 commit abc28f8

15 files changed

+123
-238
lines changed

_config.yml

+20-19
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,39 @@
11
---
2-
32
port: 4000
43
host: 0.0.0.0
54
safe: false
65

7-
86
### site serving configuration ###
97
exclude: [CNAME, README.md, .gitignore]
108
permalink: /:title ## disables post output
119
timezone: null
1210
lsi: false
1311
markdown: kramdown
1412

15-
1613
### content configuration ###
17-
title: "SinglePaged - Simple Jekyll template"
18-
keywords: "SinglePaged, jekyll, template, github, blog, single page"
14+
title: "Kotlin DevRoom @ FOSDEM"
15+
keywords: "kotlin, fosdem, open source, developers, conference, meetup, call for paper, oss"
1916
description: "A single-page template for Jekyll based blogs (like what you'd use on github pages!)"
20-
source_link: "https://github.com/t413/SinglePaged"
21-
favicon: "img/favicon.ico"
22-
touch_icon: "img/apple-touch-icon.png"
23-
google_analytics_key: UA-49607422-1 ## put YOUR key here to enable tracking! (blank to disable)
24-
17+
source_link: "https://github.com/Kotlin-FOSDEM/kotlin-fosdem.github.io"
18+
favicon: "img/favicon.ico"
19+
touch_icon: "img/apple-touch-icon.png"
20+
google_analytics_key: ""
2521

2622
### template colors, used site-wide via css ###
2723
colors:
28-
black: '#111111'
29-
white: '#f8f8f8'
30-
blue: '#49a7e9'
31-
green: '#9bcf2f'
32-
purple: '#c869bf'
33-
orange: '#fab125'
34-
turquoise: '#0fbfcf'
24+
black: "#18171B"
25+
white: "#f8f8f8"
26+
fosdempurplelight: "#C484A3"
27+
fosdempurpledark: "#AB1C93"
28+
fosdemgraylight: "#D4D4D4"
29+
fosdemgraymid: "#A4A4A4"
30+
fosdemgraydark: "#818081"
31+
fosdemblack: "#18171B"
32+
blue: "#49a7e9"
33+
green: "#9bcf2f"
34+
purple: "#c869bf"
35+
orange: "#fab125"
36+
turquoise: "#0fbfcf"
3537

3638
kramdown:
37-
auto_ids: false
38-
39+
auto_ids: false

_includes/footer.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11

2-
3-
Design by Tim O'Brien [t413.com](http://t413.com/)
4-
—
5-
[SinglePaged theme](https://github.com/t413/SinglePaged)
2+
[Built with SinglePaged theme](https://github.com/t413/SinglePaged)
63
—
7-
this site is [open source]({{ site.source_link }})
8-
4+
This site is [open source]({{ site.source_link }})

_posts/2000-01-01-intro.md

+3-20
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,11 @@
11
---
22
title: "home"
33
bg: white
4-
color: black
4+
color: fosdemblack
55
style: center
66
---
77

8-
### *whoa, hey an open-source*
8+
# Kotlin DevRoom @ FOSDEM 2023
99
{: .text-purple}
1010

11-
<span class="fa-stack subtlecircle" style="font-size:100px; background:rgba(255,166,0,0.1)">
12-
<i class="fa fa-circle fa-stack-2x text-white"></i>
13-
<i class="fa fa-bicycle fa-stack-1x text-orange"></i>
14-
</span>
15-
16-
# single-page jekyll theme
17-
{: .text-purple}
18-
19-
20-
…it's focused on delivering information quickly, easily, configurably, and stylishly!
21-
22-
Want to make a single-page site to show off something cool? Go [fork me on github!](https://github.com/t413/SinglePaged)
23-
24-
<span id="forkongithub">
25-
<a href="{{ site.source_link }}" class="bg-blue">
26-
Fork me on GitHub
27-
</a>
28-
</span>
11+
<img src="./img/logo.png" width="30%"/>

_posts/2000-01-02-devroom.md

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: "Devroom"
3+
bg: fosdempurpledark
4+
color: white
5+
fa-icon: code
6+
---
7+
8+
## The DevRoom
9+
10+
The Kotlin DevRoom is a co-located **conference-within-a-conference** that gives us the opportunity to come together and chat, hack, and share stories about Kotlin usage in the FLOSS ecosystems.
11+
12+
The DevRoom will take place on **Saturday 4th of February 2023**, at **ULB (Campus Solbosch)** in Brussels, Belgium.
13+
14+
Join us to enjoy a full day of talks, demos, and interesting discussions about Kotlin!
15+
16+
## About FOSDEM
17+
18+
From: [https://fosdem.org/2023/about/](https://fosdem.org/2023/about/)
19+
FOSDEM is a free and non-commercial event organized by the community, for the community.
20+
21+
The goal is to provide free and open source software developers and communities a place to meet to:
22+
23+
- get in touch with other developers and projects
24+
- be informed about the latest developments in the free software and open source world
25+
- attend interesting talks and presentations on various topics by project leaders and committers
26+
- promote the development and benefits of free software and open source solutions
27+
28+
Participation and attendance is totally free, though the organizers gratefully accept donations and sponsorship.

_posts/2000-01-02-why.md

-30
This file was deleted.

_posts/2000-01-03-agenda.md

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: "Agenda"
3+
bg: fosdemgraydark
4+
color: white
5+
fa-icon: calendar
6+
---
7+
8+
## The Agenda
9+
10+
You can find the latest up to date agenda [on the FOSDEM website](https://fosdem.org/2023/schedule/track/kotlin/)
11+
12+
| **Title** | **Speakers** | **Time** |
13+
| -- | -- | -- |
14+
| Kotlin DevRoom Welcoming Remarks | Nicola Corti, Martin Bonnin, Holger Steinhauer | 10:30 |
15+
| The State of Kotlin | Marco Gomiero, Sergei Rybalkin | 10:50 |
16+
| Kotlin Multiplatform: From “Hello World” to the Real World | Russell Wolf | 11:30 |
17+
| A mirror without reflection for Kotlin/Multiplatform | Salomon BRYS | 12:00 |
18+
| Toward better Kotlin Multiplatform architecture with Dependency Injection and KSP | Romain Boisselle | 12:30 |
19+
| KRuMP - Kotlin-Rust-Multiplatform?! How to write bugs once and ship them to many platforms. | Matthias Geisler | 13:00 |
20+
| Kotlin Multiplatform for Android & iOS library developers Tips for writing Kotlin Multiplatform Android/iOS libraries | Paolo Rotolo, Anna Labellarte | 13:30 |
21+
| Functional fun in Kotlin A 20 minute run through modern FP in Kotlin | Simon Vergauwen | 14:00 |
22+
| Be pushy! Let's join for wider and better Kotlin support worldwide | Louis CAD | 14:30 |
23+
| How we moved SDKs to Kotlin Multiplatform and saved the world (kind of). | Zachary Powell | 15:00 |
24+
| Improving the Kotlin Developer Experience in Koin 3.2 | Arnaud Giuliani | 15:30 |
25+
| Shrinking in the Age of Kotlin | James Hamilton | 16:00 |
26+
| 20 minutes from zero to a live chatbot with Tock | Francois Nollen | 16:30 |
27+
| Data oriented programming in Kotlin | Ties van de Ven | 17:00 |
28+
| Take your shot of Vitamin! | Gérard Paligot | 17:30 |
29+
| How to Test Your Compose UI | István Juhos | 18:00 |
30+
| Kotlin DevRoom Closing Remarks | Nicola Corti, Martin Bonnin, Marco Gomiero, Holger Steinhauer, Sergei Rybalkin | 18:30 |

_posts/2000-01-03-details.md

-57
This file was deleted.

_posts/2000-01-05-callforpaper.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: "CFP"
3+
bg: fosdempurpledark
4+
color: white
5+
fa-icon: paper-plane
6+
---
7+
8+
## Call for Paper
9+
10+
The call for paper is currently **closed**. You can read the [content of the CFP here](https://github.com/Kotlin-FOSDEM/cfp).
11+
12+
## Call for Volunteers
13+
14+
We are looking for volunteers to help run the devroom. We need assistance with introducing speakers, helping set up the tech for their talk, as well as helping with Q&A. Please join [the #fosdem channel](https://kotlinlang.slack.com/messages/fosdem) on Kotlinlang Slack to participate.

_posts/2000-01-05-usage.md

-63
This file was deleted.

_posts/2000-01-06-meetup.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: "Meetup"
3+
bg: fosdemgraydark
4+
color: white
5+
fa-icon: beer
6+
---
7+
8+
## Meetup
9+
10+
Make sure you don't miss the **Kotlin Meetup @ FOSDEM 2023** just after the DevRoom
11+
12+
* **Where** [GIST Beer Hall - Pl. de la Vieille Halle aux Blés 30](https://goo.gl/maps/hpUh8ZaAerjHqtiD9)
13+
* **When** Saturday 4th Feb - 8.00pm
14+
* **What** Join us for an evening of fun, Kotlin and much more.
15+
16+
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d10077.245697997272!2d4.352024!3d50.8439171!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x93c1018bb70e0c45!2sGIST!5e0!3m2!1sen!2suk!4v1674420698110!5m2!1sen!2suk" width="800" height="300" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>

_posts/2000-01-06-updating.md

-20
This file was deleted.

_posts/2000-01-07-contact.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: "Contact"
3+
bg: fosdemblack
4+
color: white
5+
fa-icon: envelope
6+
---
7+
8+
Please reach out to us on [the #fosdem channel](https://kotlinlang.slack.com/messages/fosdem) on the Kotlinlang Slack ([sign up here](https://t.co/kwvW0nQzRf?amp=1)) if you have any question about the DevRoom, the submission process, or similar.
9+
10+
As an alternative, you can mail us at `kotlin-devroom-manager [at] fosdem.org` and we'll get back to you!

0 commit comments

Comments
 (0)