From eaece534d54753df46b6a3c8ee6822f6e2d91ce9 Mon Sep 17 00:00:00 2001 From: marco Date: Fri, 24 Apr 2026 00:54:42 +0200 Subject: [PATCH] created a 'music' page --- content.yaml | 10 ++++++++-- template-music.html | 25 +++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 2 deletions(-) create mode 100644 template-music.html diff --git a/content.yaml b/content.yaml index a8c8f61..772e55b 100644 --- a/content.yaml +++ b/content.yaml @@ -1,6 +1,6 @@ index: en: - page-title: "Personal Website" + page-title: "Marco's Homepage" introduction-heading: "Hi, I'm Marco" introduction-subheading: "and this is my website" about-paragraph: "I'm a software developer from Germany.
@@ -32,4 +32,10 @@ index: Die kreativen Websites von anderen Leuten zu sehen hat mich ebenso inspiriert
und meine HTML und CSS Fähigkeiten aufzufrischen schadet auch nicht.
Wird diese Website einen Schönheitswettbewerb gewinnen? Nein.
- Doch wenigstens ist sie handgemacht." \ No newline at end of file + Doch wenigstens ist sie handgemacht." + +music: + en: + music-heading: "my taste in music" + de: + music-heading: "mein Musikgeschmack" diff --git a/template-music.html b/template-music.html new file mode 100644 index 0000000..efaa401 --- /dev/null +++ b/template-music.html @@ -0,0 +1,25 @@ + + + + + + + {{page-title}} + + + +
+ {{language-switcher}} +
+ + + +
+

{{music-heading}}

+
+ + + \ No newline at end of file