add Readme

This commit is contained in:
Jonas Leder 2022-01-30 09:28:13 +01:00
parent a108682032
commit 0af4202811

2
Readme.md Normal file
View file

@ -0,0 +1,2 @@
# Website
In this repository is the sourcecode of my website. The page is build using static HTML files with dynamic WebComponents, to add content to the page which is the same on every page, like the header with the navigation menue or the footer. For the stylesheet I used SCSS in the past, but switched to style, because of braking changed in October 2022. The Website is build by a CI job on the Server and then deployed as Docker Container. As Webserver the Container uses nginx with PHP8 for the API. All staic files like Archives to download are located on a S3 Server.