Compare commits

...

3 Commits

Author SHA1 Message Date
Luca 1abf31e586 Update date of and improve CfP news post
continuous-integration/drone/push Build is passing Details
2021-11-08 23:44:11 +01:00
Luca 18413e9a6c Release CfP news post 2021-11-08 01:13:55 +01:00
Luca fa16b84741 Show latest news post on home page 2021-11-06 18:26:03 +01:00
5 changed files with 18 additions and 5 deletions

View File

@ -6,3 +6,7 @@ menu:
--- ---
{{<video mp4=`/franconia_animated.mp4` webm=`/franconia_animated.webm` alt=`Ein Router in Form des Frankenrechens mit der Aufschrift "franconian.net" und einem "Fenster" in die Welt des rC3. Daran angeschlossen sind die Hackspaces backspace, Hackzogtum und Nerd2Nerd.`>}} {{<video mp4=`/franconia_animated.mp4` webm=`/franconia_animated.webm` alt=`Ein Router in Form des Frankenrechens mit der Aufschrift "franconian.net" und einem "Fenster" in die Welt des rC3. Daran angeschlossen sind die Hackspaces backspace, Hackzogtum und Nerd2Nerd.`>}}
# Aktuelles
{{<latest in="news">}}

View File

@ -6,3 +6,7 @@ menu:
--- ---
{{<video mp4=`/franconia_animated.mp4` webm=`/franconia_animated.webm` alt=`A router labelled "franconian.net" with a "window" to the world of rC3 and the hackspaces backspace, Hackzogtum, and Nerd2Nerd connected to it.`>}} {{<video mp4=`/franconia_animated.mp4` webm=`/franconia_animated.webm` alt=`A router labelled "franconian.net" with a "window" to the world of rC3 and the hackspaces backspace, Hackzogtum, and Nerd2Nerd connected to it.`>}}
# Latest news
{{<latest in="news">}}

View File

@ -1,10 +1,9 @@
--- ---
title: "franconian.net CfP" title: "franconian.net CfP"
date: 2021-11-05T20:42:23+01:00 date: 2021-11-08T23:42:59+01:00
menu: menu:
main: main:
parent: News parent: News
draft: true
--- ---
**tl;dr**: Wenn ihr $Menschen über interessante $Dinge berichten wollt, reicht gerne einen Vortrag, Workshop, etc. in {{<external href="https://cfp.franconian.net/end-of-year-event-2021/cfp">}}unseren CfP{{</external>}} ein. **tl;dr**: Wenn ihr $Menschen über interessante $Dinge berichten wollt, reicht gerne einen Vortrag, Workshop, etc. in {{<external href="https://cfp.franconian.net/end-of-year-event-2021/cfp">}}unseren CfP{{</external>}} ein.

View File

@ -1,10 +1,9 @@
--- ---
title: "franconian.net CfP" title: "franconian.net CfP"
date: 2021-11-05T20:42:23+01:00 date: 2021-11-08T23:42:59+01:00
menu: menu:
main: main:
parent: News parent: News
draft: true
--- ---
**tl;dr**: If you have some interesting topic you want other people to know about, then do not hesitate to submit your proposal to {{<external href="https://cfp.franconian.net/end-of-year-event-2021/cfp">}}our CfP{{</external>}}. **tl;dr**: If you have some interesting topic you want other people to know about, then do not hesitate to submit your proposal to {{<external href="https://cfp.franconian.net/end-of-year-event-2021/cfp">}}our CfP{{</external>}}.
@ -13,7 +12,7 @@ As you might know, the Chaos Computer Club (CCC) hosts a yearly conference -- th
Unfortunately, due to the ongoing pandemic situation {{<external href="https://events.ccc.de/2021/10/01/absage_praesenz_2021/">}}that is not possible{{</external>}} for the second year in a row and, like last year, a remote Chaos Communication Congress (rC3) is going to take place instead. This year's iteration, however, will be even more decentralised. Unfortunately, due to the ongoing pandemic situation {{<external href="https://events.ccc.de/2021/10/01/absage_praesenz_2021/">}}that is not possible{{</external>}} for the second year in a row and, like last year, a remote Chaos Communication Congress (rC3) is going to take place instead. This year's iteration, however, will be even more decentralised.
Members of the Chaos family from all over Germany and the whole world are going to host many smaller events both at different physical locations and remotely. Members of the Chaos family from all over Germany and the world are going to host many smaller events both at different physical locations and remotely.
franconian.net, a cluster of franconian hack spaces, is looking for talks and workshops about your experiences of the past year and beyond. If your topic somehow fits into any of the following categories, consider submitting a proposal to {{<external href="https://cfp.franconian.net/end-of-year-event-2021/cfp">}}our Call for Participation (CfP){{</external>}}. franconian.net, a cluster of franconian hack spaces, is looking for talks and workshops about your experiences of the past year and beyond. If your topic somehow fits into any of the following categories, consider submitting a proposal to {{<external href="https://cfp.franconian.net/end-of-year-event-2021/cfp">}}our Call for Participation (CfP){{</external>}}.

View File

@ -0,0 +1,7 @@
{{ with .Site.GetPage (.Get "in") }}
{{ range first 1 .Pages }}
<a href="{{ .Permalink }}"><h2>{{ .Title }}</h2></a>
<p class="date">{{ .Date.Format "2006-01-02 15:04" }}</p>
{{ .Content }}
{{ end }}
{{ end }}