From 0af4202811e1245b8a0e4a50080de443f4e988ea Mon Sep 17 00:00:00 2001 From: Jonas Leder Date: Sun, 30 Jan 2022 09:28:13 +0100 Subject: [PATCH] add Readme --- Readme.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Readme.md diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..4342b1f --- /dev/null +++ b/Readme.md @@ -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. \ No newline at end of file