Go to file
2022-03-25 12:06:08 +01:00
.devcontainer add gpg package to devcontainer 2022-01-30 09:28:57 +01:00
js remove raw html 2022-03-25 10:43:24 +01:00
public add comment 2022-03-25 12:01:23 +01:00
styl remove normalize 2022-03-25 12:06:08 +01:00
.dockerignore use same as gitignore 2021-09-26 00:20:53 +02:00
.gitignore sort items 2021-09-26 00:20:44 +02:00
.gitlab-ci.yml add binfmt 2022-02-25 10:14:48 +01:00
composer.json get hcaptcha sitekey using graphql 2022-03-08 09:54:38 +01:00
composer.lock get hcaptcha sitekey using graphql 2022-03-08 09:54:38 +01:00
database.sql move db template in project root 2021-06-17 11:34:56 +02:00
Dockerfile renme compile job to build 2022-03-08 08:57:52 +01:00
LICENSE LICENSE hinzufügen 2021-02-28 09:51:29 +00:00
nginx.conf add 404 page nginx config 2022-01-18 19:45:43 +00:00
package.json renme compile job to build 2022-03-08 08:57:52 +01:00
Readme.md add Readme 2022-01-30 09:28:13 +01:00
template.html add template html file 2022-01-29 16:50:34 +01:00
webpack.conf.js fix cookie notice 2021-03-24 23:07:40 +01:00
yarn.lock switch from sass to style as preprocessor 2022-01-17 12:13:55 +01:00

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.