Go to file
Schallbert 056e6b0bb8
All checks were successful
Deploy Lecture site / build (push) Successful in 3s
optimize page title for mobile use, update lectures meta content
2024-09-14 12:48:46 +02:00
_assets optimize page title for mobile use, update lectures meta content 2024-09-14 12:48:46 +02:00
.gitea/workflows remove tests 2024-09-09 13:23:12 +02:00
agiles-arbeiten-nach-scrum add where-placed to agiles-arbeiten-mit-scrum 2024-09-09 12:04:25 +02:00
index.html optimize page title for mobile use, update lectures meta content 2024-09-14 12:48:46 +02:00
README.md update readme 2024-09-09 12:21:32 +02:00

lectures.schallbert.de

This is the place where I put the source code of my open-source lectures.

Lectures website

The website displaying this content can be reached under https://lectures.schallbert.de.

Mechanics behind

I use the react.js framework so my lectures can be displayed neatly in any browser. From this repository, the sources are checked out by an automation from Gitea called act_runner that listens to repository push. It then deploys the html output to my webserver solution caddy so the content can be displayed on any client's browser.

As the act_runner will use main, I disallowed pushing to it.