The official CSB-Website.
dotnet tool restore
npm install
- Add olat password as
src/loaders/olat.p
, containing only the password as raw string.
npm run update-css
, will create minified css fromsrc/style/scss/main.scss
.
npm run fornax
- Go to http://127.0.0.1:8080.
Using myself as an example
Create a .md
file with your name in snake_case in src/content/team
. All fields not marked with an #!
are optional.
# src/content/team/kevin_frey.md
---
name: Kevin Frey #!
img: frey.png
role: PhD Student #!
github: Freymaurer
orcid: 0000-0002-8510-6810
alumni: 2020-Master Student
phone: +49 000 111 4242 # this is only an example
email: [email protected]
---
Create a .md
file in src/content/research
. All fields without an #!
are optional.
Images must be places in src/content/images/research
.
Without index
slides are sorted to the end.
---
index: <int>
img: <image_name_in_folder>
img_url: <url_to_image>
---
# My cool research
Any content in **markdown**!