Skip to content

Commit 9ba874a

Browse files
committed
2 parents 0a54b11 + 9882436 commit 9ba874a

9 files changed

Lines changed: 23 additions & 13 deletions

File tree

.github/workflows/build-gh-pages.yml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,16 @@ jobs:
2222
steps:
2323
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2424
- name: Checkout
25-
uses: actions/checkout@v3
25+
uses: actions/checkout@v4
2626

27-
- name: Setup .NET 3.1
28-
uses: actions/setup-dotnet@v3
27+
- name: Setup dotnet
28+
uses: actions/setup-dotnet@v4
2929
with:
30-
dotnet-version: 3.1.301
31-
32-
- name: Setup .NET 5
33-
uses: actions/setup-dotnet@v3
34-
with:
35-
dotnet-version: 5.0.102
30+
dotnet-version: |
31+
3.1.x
32+
5.0.x
33+
6.0.x
34+
7.0.x
3635
3736
- name: Restore dotnet tools
3837
run: dotnet tool restore
@@ -51,4 +50,4 @@ jobs:
5150
TOKEN: ${{ secrets.GITHUB_TOKEN }}
5251
BRANCH: gh-pages # The branch the action should deploy to.
5352
FOLDER: ./src/_public # The folder the action should deploy.
54-
CLEAN: true # Automatically remove deleted files from the deploy branch
53+
CLEAN: true # Automatically remove deleted files from the deploy branch

src/content/images/team/hans.jpg

800 KB
Loading

src/content/images/team/ott.jpg

-126 KB
Loading
11.8 KB
Loading

src/content/team/caroline_ott.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ orcid: 0000-0003-1512-9504
66
twitter: ott__caro
77
github: caroott
88
alumni: 2020-Master Student
9+
email: caroline.ott@rptu.de
910
---

src/content/team/janine_mertel.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ index: 0
33
name: Janine Mertel
44
img: mertel.png
55
role: Team Assistant
6-
---
6+
phone: 0631 205 3899
7+
email: jmertel@rptu.de
8+
---

src/content/team/pauline_hans.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
name: Pauline Hans
3+
img: hans.jpg
34
role: Master student
45
github: paulineHans
56
alumni: 2025-Bachelor student
6-
---
7+
---
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
name: Subasini Thangamani
3+
img: thangamani.jpg
4+
role: PhD Student
5+
orcid: 0000-0002-5805-6483
6+
github: subasini-csb
7+
---

src/generators/sections/contact.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ let generate (ctx : SiteContents) (_: string) =
2323
div [Class "container"] [
2424
div [] [
2525
h3 [] [ !! "Contact" ]
26-
a [Href "https://www.bio.uni-kl.de/biologie-in-kaiserslautern/"] [!!"Faculty"]
26+
a [Href "https://bio.rptu.de/kontakt"] [!!"Faculty"]
2727
a [Href "http://www.uni-kl.de/impressum/"] [!!"Impressum"]
2828
a [Href "http://www.uni-kl.de/datenschutzerklaerung/"] [!!"Datenschutz"]
2929
]

0 commit comments

Comments
 (0)