From 6b72eb087a7a9278e1b90ddce2da20768e20bb32 Mon Sep 17 00:00:00 2001 From: Florian Weber Date: Fri, 10 May 2024 15:57:27 +0200 Subject: [PATCH] Added config and theme --- README.md | 2 +- _config.yml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 _config.yml diff --git a/README.md b/README.md index fc6d7eb..025e5e6 100644 --- a/README.md +++ b/README.md @@ -17,5 +17,5 @@ Online-Impressum.de
Europaring 90
53757 Sankt Augustin
Telefon: +49 1522 2397390
-E-Mail: kosmos@morlana.net
+E-Mail: contact@morlana.net
WhatsApp: +49 1522 2397390 diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..553109d --- /dev/null +++ b/_config.yml @@ -0,0 +1,6 @@ +title: Morlana - Legal +description: Impressum for Morlana's websites and social platforms. +show_downloads: false +remote_theme: pages-themes/midnight@v0.2.0 +plugins: +- jekyll-remote-theme \ No newline at end of file