Autoren-Status/einfache bzw. erweiterte Autoren (schließt #217)

This commit is contained in:
Denys Konovalov 2023-04-05 16:15:00 +02:00
parent 1c7b3a6352
commit 658dce686a
20 changed files with 68 additions and 29 deletions

@ -1,20 +0,0 @@
---
title: CantorTechnik AG
bg_image: /media/backgrounds/page-title.webp
description: ""
email: technik@cantor-gymnasium.de
image: /media/people/gcg.webp
social:
- title: YouTube
icon: mdi mdi-youtube
link: https://www.youtube.com/channel/UCFCJdxg2D9RXH0qjZ8MMw1g
- title: Gitea
icon: mdi mdi-gitea
link: https://git.cantorgymnasium.de/cantortechnik/
- title: E-Mail
icon: mdi mdi-at
link: mailto:technik@cantor-gymnasium.de
---
Wir sind eine AG am Georg-Cantor-Gymnasium, welche sich mit allen Themen rund um die digitale Welt am Georg-Cantor-Gymnasium beschäftigt. Des Weiteren betreiben wir die Schulwebsite des GCG.
Mehr Informationen [hier](/ganztagsangebote/cantortechnik/)

@ -3,5 +3,8 @@ title: Chiamaka Michelle Okoro
bg_image: /media/backgrounds/page-title.webp
description: ""
image: /media/people/gcg.webp
type: author
simplified: true
active: true
---
Schülerin (Abiturjahrgang 2024)

@ -7,6 +7,9 @@ social:
- title: E-Mail
icon: mdi mdi-at
link: mailto:kontakt@denyskon.de
type: author
simplified: false
active: true
---
Ich bin ein Schüler der 9. Klasse am Georg-Cantor-Gymnasium in Halle (Saale) und Schülersprecher im Schuljahr 2022/2023.

@ -3,5 +3,8 @@ title: Erik Zschoche
bg_image: /media/backgrounds/page-title.webp
description: ""
image: /media/people/gcg.webp
type: author
simplified: true
active: true
---
Schüler (Abiturjahrgang 2023)

@ -3,5 +3,7 @@ title: Franziska Berner
bg_image: /media/backgrounds/page-title.webp
description: ""
image: /media/people/gcg.webp
simplified: true
active: true
---
Schülerin

@ -1,7 +1,10 @@
---
title: "Frau Bachran "
title: Frau Bachran
bg_image: /media/backgrounds/page-title.webp
description: ""
image: /media/people/gcg.webp
type: author
simplified: true
active: true
---
Lehrerin

@ -3,10 +3,11 @@ title: Frau Felke
bg_image: /media/backgrounds/page-title.webp
description: ""
image: /media/people/gcg.webp
type: author
simplified: false
active: true
---
Koordinatorin für den inhaltlichen Schwerpunkt
Lehrerin
Koordinatorin für den inhaltlichen Schwerpunkt, Lehrerin

@ -3,5 +3,8 @@ title: Frau Krug
bg_image: /media/backgrounds/page-title.webp
description: ""
image: /media/people/gcg.webp
type: author
simplified: true
active: true
---
Lehrerin für Musik und Geschichte

@ -3,5 +3,8 @@ title: Frau Opel-Fritzlar
bg_image: /media/backgrounds/page-title.webp
description: ""
image: /media/people/gcg.webp
type: author
simplified: true
active: true
---
Lehrerin

@ -7,5 +7,8 @@ social:
- title: E-Mail
icon: mdi mdi-at
link: schapitz@cantor-gymnasium.de
type: author
simplified: false
active: true
---
Stellvertretende Schulleiterin

@ -3,5 +3,8 @@ title: Frau Schulz
bg_image: /media/backgrounds/page-title.webp
description: ""
image: /media/people/gcg.webp
type: author
simplified: true
active: true
---
Lehrerin

@ -3,5 +3,8 @@ title: Frau Tuppack
bg_image: /media/backgrounds/page-title.webp
description: ""
image: /media/people/gcg.webp
type: author
simplified: true
active: true
---
Lehrerin

@ -8,5 +8,8 @@ social:
- link: mailto:berger@cantor-gymnasium.de
icon: mdi mdi-at
title: E-Mail
type: author
simplified: false
active: true
---
Web-Admin, Lehrer Informatik & Deutsch

@ -7,5 +7,8 @@ social:
- title: E-Mail
icon: mdi mdi-at
link: mailto:gorsler@cantor-gymnasium.de
type: author
simplified: false
active: true
---
Schulleiter

@ -7,5 +7,8 @@ social:
- icon: mdi mdi-at
title: Mail
link: mailto:schulleitung@cantor-gymnasium.de
type: author
simplified: true
active: true
---
Die Schulleitung des Georg-Cantor-Gymnasiums

@ -5,7 +5,7 @@ draft: false
bg_image: /media/backgrounds/page-title.webp
description: ""
image: /media/blog/IPhO.webp
author: "Frau Bachran "
author: Frau Bachran
categories:
- Naturwissenschaften
- Wettbewerbe

@ -3,9 +3,15 @@
<div class="card-body d-flex flex-column">
<div class="row mb-2">
<div class="col-6"><i class="mdi mdi-calendar-today me-2"></i>{{ time.Format "02. Jan 2006" .PublishDate }}</div>
<div class="col-6">
<div class="col-6 text-truncate">
<i class="mdi mdi-fountain-pen-tip me-2"></i>
<a href="{{ `author` | relLangURL }}/{{ .Params.author | urlize }}">{{ .Params.author | title }}</a>
{{ range where (where .Site.RegularPages "Type" "author") "Title" .Params.author }}
{{ if .Params.simplified }}
{{ .Title }}
{{ else }}
<a href="{{ .Permalink }}">{{ .Title }}</a>
{{ end }}
{{ end }}
</div>
</div>
<h4 class="card-title text-truncate"><a href="{{ .Permalink }}">{{ .Title }}</a></h4>

@ -12,7 +12,13 @@
<div class="row mb-3">
<div class="col-6 mb-md-0 text-light">
<span class="fw-bold me-1">{{ i18n "posted_by" }}:</span>
<a href="{{ `author/` | relLangURL }}{{ .Params.Author | urlize }}">{{ .Params.author | title }}</a>
{{ range where (where .Site.RegularPages "Type" "author") "Title" .Params.author }}
{{ if .Params.simplified }}
{{ .Title }}
{{ else }}
<a href="{{ .Permalink }}">{{ .Title }}</a>
{{ end }}
{{ end }}
</div>
<div class="col-6 mb-3 mb-md-0 text-light">
<span class="fw-bold me-1">{{ i18n "date" }}:</span>

@ -21,7 +21,9 @@
<div class="card-body text-end">
<h5 class="card-title text-start">{{ .Title }}</h5>
<p class="card-text text-truncate text-start">{{ .Summary }}</p>
{{ if not .Params.simplified }}
<a href="{{ .Permalink }}" class="btn btn-primary">{{ i18n "read_more"}}</a>
{{ end }}
</div>
</div>
</div>

@ -124,7 +124,13 @@
<div class="row mb-2">
<div class="col-6">
<i class="mdi mdi-fountain-pen-tip me-2"></i>
<a href="{{ `author` | relLangURL }}/{{ $data.ausblick.author | urlize }}">{{ $data.ausblick.author | title }}</a>
{{ range where (where .Site.RegularPages "Type" "author") "Title" $data.ausblick.author }}
{{ if .Params.simplified }}
{{ .Title }}
{{ else }}
<a href="{{ .Permalink }}">{{ .Title }}</a>
{{ end }}
{{ end }}
</div>
</div>
<h4 class="card-title text-truncate" onclick="$('#{{ md5 $data.ausblick.title }}').modal('show');">{{ $data.ausblick.title }}</h4>