Compare commits

..

2 Commits

Author SHA1 Message Date
a31e8268ea Merge pull request 'update readme' (#1) from add-readme into main
All checks were successful
Deploy Lecture site / build (push) Successful in 12s
Reviewed-on: #1
2024-09-09 10:22:49 +00:00
f7760c0549 update readme 2024-09-09 12:21:32 +02:00

View File

@ -5,4 +5,6 @@ This is the place where I put the source code of my open-source lectures.
The website displaying this content can be reached under [https://lectures.schallbert.de](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.
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.