From 69093b5d0bb1054bafed4dc30d7fa39ade6a080e Mon Sep 17 00:00:00 2001 From: Schallbert Date: Mon, 9 Sep 2024 12:13:27 +0200 Subject: [PATCH] add readme.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ae913cf --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +## 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](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. \ No newline at end of file