From 5507304cdeedb6a09f71da30002612383918d02f Mon Sep 17 00:00:00 2001 From: Thorsten Ortlepp Date: Fri, 13 Dec 2024 00:11:59 +0100 Subject: ready for production --- README.md | 7 + content/de/impressum-datenschutz.md | 28 ++-- content/en/legal-notice.md | 26 +++- hugo.yaml | 14 +- static/.htaccess | 10 ++ static/apple-touch-icon.png | Bin 0 -> 15174 bytes static/favicon-16x16.png | Bin 0 -> 735 bytes static/favicon-32x32.png | Bin 0 -> 1752 bytes static/favicon.ico | Bin 0 -> 82726 bytes static/images/helloworld.png | Bin 0 -> 2997 bytes static/images/thorsten.png | Bin 335291 -> 8924 bytes static/images/thorsten.svg | 275 ++++++++++++++++++++++++++++++++++++ 12 files changed, 338 insertions(+), 22 deletions(-) create mode 100644 static/.htaccess create mode 100644 static/apple-touch-icon.png create mode 100644 static/favicon-16x16.png create mode 100644 static/favicon-32x32.png create mode 100644 static/favicon.ico create mode 100644 static/images/helloworld.png create mode 100644 static/images/thorsten.svg diff --git a/README.md b/README.md index b9aa8c4..16777a4 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,13 @@ Website ortlepp.ms This repository contains the sources of my website ortlepp.ms +General +------- + +Hugo is used to build the website, see https://gohugo.io/ + +Current Hugo version in use is 0.139.4 (extended edition) + Theme ----- diff --git a/content/de/impressum-datenschutz.md b/content/de/impressum-datenschutz.md index b4bb609..1ccc200 100644 --- a/content/de/impressum-datenschutz.md +++ b/content/de/impressum-datenschutz.md @@ -1,31 +1,33 @@ --- title: "Impressum & Datenschutz" description: "Impressum und Datenschutzhinweise für www.ortlepp.ms" -date: 2024-12-11T23:45:00+01:00 +date: 2024-12-12T23:30:00+01:00 draft: false translationKey: legalnotice --- ## Impressum -Text Text Text +**Verantwortlich für den Inhalt der Internetseite:** +Thorsten Ortlepp +Kardinalstraße 34 +48165 Münster +Deutschland -## Eins +**Kontakt online:** +![Hello World!](/images/helloworld.png) -Text Text Text -## Zwei +## Datenschutz -Text Text Text +### Cookies & Datenspeicherung -## Drei +Diese Webseite verwendet keine Cookies. Im Local Storage des Browsers wird gespeichert, welches Design (hell oder dunkel) der Nutzer bevorzugt. -Text Text Text +### Logdateien -## Vier +Alle Zugriffe auf diese Webseite werden auf dem Server in Logdateien gespeichert. Gespeichert werden unter anderem die aufgerufene Seite bzw. Datei, der Zeitpunkt des Aufrufs und die Kennung des verwendeten Browsers. Eine Speicherung der IP-Adresse des Nutzers erfolgt nicht. -Text Text Text +### Externe Inhalte -## Fünf - -Text Text Text +Bei einem Seitenaufruf werden keine Inhalte aus externen Quellen geladen, sodass keine Daten an Dritte weitergegeben werden. diff --git a/content/en/legal-notice.md b/content/en/legal-notice.md index 307ea2e..cde13f3 100644 --- a/content/en/legal-notice.md +++ b/content/en/legal-notice.md @@ -1,11 +1,33 @@ --- title: "Legal notice" description: "Legal notice for www.ortlepp.ms" -date: 2024-12-11T23:45:00+01:00 +date: 2024-12-12T23:30:00+01:00 draft: false translationKey: legalnotice --- ## Legal notice -text text text +**Responsible for this website:** +Thorsten Ortlepp +Kardinalstrasse 34 +48165 Muenster +Germany + +**Contact online:** +![Hello World!](/images/helloworld.png) + + +## Privacy + +### Cookies & data handling + +This website does not use cookies. The local storage in the browser is used to save which design (light or dark) is preferred by the user. + +### Logfiles + +Access to this website is logged on the server in log files. Stored data is the requested site respectively file, the date and time of the request and the identifier of the browser. The IP address of the user is not stored. + +### External content + +When browsing the website, no content is loaded from external sources. No data is transferred to a 3rd party. diff --git a/hugo.yaml b/hugo.yaml index 9c60b2c..9036b9a 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -1,4 +1,4 @@ -baseURL: https://preview.ortlepp.ms/ +baseURL: https://www.ortlepp.ms/ title: Thorsten Ortlepp theme: PaperMod @@ -80,11 +80,11 @@ languages: profileMode: title: Hallo! subtitle: Mein Name ist Thorsten Ortlepp. Ich bin Softwareentwickler und DevOps-Engineer. In meiner Freizeit gehe ich gerne wandern. Außerdem bin ich Sauerteig-Nerd. - socialIcons: # optional - - name: xing - url: "https://www.xing.com/profile/Thorsten_Ortlepp3" + socialIcons: - name: git url: "https://git.ortlepp.ms/web/" + - name: xing + url: "https://www.xing.com/profile/Thorsten_Ortlepp3" - name: sauerteig url: "https://www.sauerteigboerse.de/Teige/Details?id=1859" xCustomLegalText: "Impressum & Datenschutz" @@ -99,11 +99,11 @@ languages: profileMode: title: Hi! subtitle: My name is Thorsten Ortlepp. I am a software developer and DevOps engineer. In my spare time I like to go hiking. Furthermore, I am a sourdough nerd. - socialIcons: # optional - - name: xing - url: "https://www.xing.com/profile/Thorsten_Ortlepp3" + socialIcons: - name: git url: "https://git.ortlepp.ms/web/" + - name: xing + url: "https://www.xing.com/profile/Thorsten_Ortlepp3" - name: sourdough url: "https://www.sauerteigboerse.de/Teige/Details?id=1859" xCustomLegalText: "Legal notice" diff --git a/static/.htaccess b/static/.htaccess new file mode 100644 index 0000000..28b709e --- /dev/null +++ b/static/.htaccess @@ -0,0 +1,10 @@ + + Header setifempty X-Content-Type-Options "nosniff" + Header setifempty X-Frame-Options "DENY" + Header setifempty X-XSS-Protection "1; mode=block" + Header setifempty Referrer-Policy "strict-origin" + Header setifempty Content-Security-Policy "default-src 'none'; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline'; connect-src 'self'; form-action 'none'; base-uri 'self'; frame-ancestors 'none'" + Header setifempty Permissions-Policy "camera=(), microphone=(), geolocation=(), gyroscope=(), magnetometer=(), usb=()" + + +ErrorDocument 404 /404.html diff --git a/static/apple-touch-icon.png b/static/apple-touch-icon.png new file mode 100644 index 0000000..e6fa8ca Binary files /dev/null and b/static/apple-touch-icon.png differ diff --git a/static/favicon-16x16.png b/static/favicon-16x16.png new file mode 100644 index 0000000..45df6c9 Binary files /dev/null and b/static/favicon-16x16.png differ diff --git a/static/favicon-32x32.png b/static/favicon-32x32.png new file mode 100644 index 0000000..7c1c685 Binary files /dev/null and b/static/favicon-32x32.png differ diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 0000000..e2db416 Binary files /dev/null and b/static/favicon.ico differ diff --git a/static/images/helloworld.png b/static/images/helloworld.png new file mode 100644 index 0000000..e752a69 Binary files /dev/null and b/static/images/helloworld.png differ diff --git a/static/images/thorsten.png b/static/images/thorsten.png index 832dc34..c43b754 100644 Binary files a/static/images/thorsten.png and b/static/images/thorsten.png differ diff --git a/static/images/thorsten.svg b/static/images/thorsten.svg new file mode 100644 index 0000000..7d7a65b --- /dev/null +++ b/static/images/thorsten.svg @@ -0,0 +1,275 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3