Compare commits

...

3 Commits

Author SHA1 Message Date
70a944523d add new links and fill others 2019-07-08 16:24:35 +02:00
1bf6cd7c00 only link if href is not empty 2019-07-08 16:24:22 +02:00
e35c9f76cd replace deprecated .Hugo by hugo function 2019-07-08 16:24:02 +02:00
3 changed files with 37 additions and 10 deletions

View File

@@ -129,13 +129,37 @@
# AUDIO/VIDEO # AUDIO/VIDEO
- desc: '"No IT security without Free Software"'
type: av
date: 2019-07
links:
- href: https://download.fsfe.org/presentations/20190703-mm-SALT-ITSec.en.mp4
text: Talk @ Pass the SALT
- href: https://download.fsfe.org/presentations/20190703-mm-SALT-ITSec.en.pdf
text: Slides
tags:
- EN
- itsec
- desc: '"IT Security? Free Software!"'
type: av
date: 2019-04
links:
- href: https://www.youtube.com/watch?v=DOv_5ZPcFZ8
text: Talk @ Grazer Linuxtage
- href: https://download.fsfe.org/presentations/20190427-mm-Graz-ITSec.de.pdf
text: Slides
tags:
- DE
- itsec
- desc: '"Public Code with Free Software: Modernising Public Digital Infrastructure"' - desc: '"Public Code with Free Software: Modernising Public Digital Infrastructure"'
type: av type: av
date: 2018-09 date: 2018-09
links: links:
- href: https://www.youtube.com/watch?v=tEkCnCtoQ60 - href: https://www.youtube.com/watch?v=tEkCnCtoQ60
text: Talk @ BalCCon text: Talk @ BalCCon
- href: - href: https://download.fsfe.org/presentations/20180915-mm-BalCCon-PMPC.en.pdf
text: Slides text: Slides
tags: tags:
- EN - EN
@@ -147,7 +171,7 @@
links: links:
- href: https://www.drupaleurope.org/session/public-code-free-software-modernising-digital-public-infrastructure - href: https://www.drupaleurope.org/session/public-code-free-software-modernising-digital-public-infrastructure
text: Talk @ DrupalEurope text: Talk @ DrupalEurope
- href: - href: https://download.fsfe.org/presentations/20180911-mm-DrupalEurope-PMPC.en.pdf
text: Slides text: Slides
tags: tags:
- EN - EN
@@ -159,7 +183,7 @@
links: links:
- href: - href:
text: Talk @ RMLL/LSM text: Talk @ RMLL/LSM
- href: - href: https://download.fsfe.org/presentations/20180707-mm-RMLL-PMPC.en.pdf
text: Slides text: Slides
tags: tags:
- EN - EN
@@ -171,8 +195,6 @@
links: links:
- href: - href:
text: Talk @ German Armed Forces text: Talk @ German Armed Forces
- href:
text: Slides
tags: tags:
- DE - DE
- publiccode - publiccode
@@ -183,7 +205,7 @@
links: links:
- href: https://www.youtube.com/watch?v=kQGw25xG_5c - href: https://www.youtube.com/watch?v=kQGw25xG_5c
text: Keynote @ OW2Con text: Keynote @ OW2Con
- href: - href: https://download.fsfe.org/presentations/20180607-mm-OW2Con-PMPC.en.pdf
text: Slides text: Slides
tags: tags:
- EN - EN
@@ -195,6 +217,8 @@
links: links:
- href: - href:
text: Talk @ Legal and Licensing Workshop text: Talk @ Legal and Licensing Workshop
- href: https://download.fsfe.org/presentations/20170427-mm-LLW-RadioLockdown_verbose.en.pdf
text: Slides
tags: tags:
- EN - EN
- radio lockdown - radio lockdown
@@ -205,6 +229,8 @@
links: links:
- href: https://chemnitzer.linux-tage.de/2017/en/programm/beitrag/266 - href: https://chemnitzer.linux-tage.de/2017/en/programm/beitrag/266
text: Talk @ Chemnitzer Linuxtage text: Talk @ Chemnitzer Linuxtage
- href: https://download.fsfe.org/presentations/20170311-mm-CLT-RadioLockdown.de.pdf
text: Slides
tags: tags:
- DE - DE
- radio lockdown - radio lockdown
@@ -215,7 +241,7 @@
links: links:
- href: https://archive.fosdem.org/2017/schedule/event/radio_lockdown_directive/ - href: https://archive.fosdem.org/2017/schedule/event/radio_lockdown_directive/
text: Talk @ FOSDEM text: Talk @ FOSDEM
- href: - href: https://download.fsfe.org/presentations/20170204-mm-FOSDEM-Radiolockdown.en.pdf
text: Slides text: Slides
tags: tags:
- EN - EN
@@ -227,6 +253,8 @@
links: links:
- href: https://media.ccc.de/v/33c3-8024-routerzwang_und_funkabschottung - href: https://media.ccc.de/v/33c3-8024-routerzwang_und_funkabschottung
text: Talk @ 33. Chaos Communication Congress text: Talk @ 33. Chaos Communication Congress
- href: https://download.fsfe.org/presentations/20161227-mm-33C3-Radio+Router.de.pdf
text: Slides
tags: tags:
- EN - EN
- DE - DE

View File

@@ -8,7 +8,7 @@
<li>{{.desc}} <li>{{.desc}}
{{- $len := (len .links) -}} <!-- amount of elements under .links --> {{- $len := (len .links) -}} <!-- amount of elements under .links -->
{{- range $index, $element := .links -}} <!-- range over links, but keep index --> {{- range $index, $element := .links -}} <!-- range over links, but keep index -->
<a href="{{.href}}">{{.text}}</a> {{ with .href }}<a href="{{.}}">{{ end }}{{.text}}{{ with .href }}</a>{{end}}
{{- if ne (add $index 1) $len -}}, {{- end -}} <!-- only append comma if not last element (index starts with 0) --> {{- if ne (add $index 1) $len -}}, {{- end -}} <!-- only append comma if not last element (index starts with 0) -->
{{- end -}} {{- end -}}
{{- with .date }} ({{.}}){{ end }} {{- with .date }} ({{.}}){{ end }}

View File

@@ -15,7 +15,6 @@
{{- if .Params.heading -}} {{- .Params.heading -}} {{- else -}} {{- .Site.Title -}} {{ print " | " }} {{- .Title -}} {{- end -}} {{- if .Params.heading -}} {{- .Params.heading -}} {{- else -}} {{- .Site.Title -}} {{ print " | " }} {{- .Title -}} {{- end -}}
{{- end -}} {{- end -}}
</title> </title>
{{ .Hugo.Generator }}
<link rel="stylesheet" href="{{ .Site.BaseURL }}css/bootstrap-3.3.7.min.css" /> <link rel="stylesheet" href="{{ .Site.BaseURL }}css/bootstrap-3.3.7.min.css" />
<link rel="stylesheet" type="text/css" href="{{ .Site.BaseURL }}css/main.css" /> <link rel="stylesheet" type="text/css" href="{{ .Site.BaseURL }}css/main.css" />
{{- if .Params.highlight -}} {{- if .Params.highlight -}}
@@ -24,7 +23,7 @@
<link rel="stylesheet" type="text/css" href="{{ .Site.BaseURL }}css/fontawesome/css/all.min.css" /> <link rel="stylesheet" type="text/css" href="{{ .Site.BaseURL }}css/fontawesome/css/all.min.css" />
<link rel="stylesheet" type="text/css" href="{{ .Site.BaseURL }}css/fonts.css" /> <link rel="stylesheet" type="text/css" href="{{ .Site.BaseURL }}css/fonts.css" />
{{ range .Site.Params.custom_css }} {{ range .Site.Params.custom_css }}
<link rel="stylesheet" href="{{ $.Site.BaseURL}}{{ . }}?v={{ md5 $.Hugo.BuildDate }}" /> <link rel="stylesheet" href="{{ $.Site.BaseURL}}{{ . }}?v={{ md5 hugo.BuildDate }}" />
{{ end }} {{ end }}
{{ `<!--[if lt IE 9]> {{ `<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>