From e9b5005252ad6dbe44a2d90f15e3437a72e047df Mon Sep 17 00:00:00 2001 From: Ludger Sicking Date: Wed, 17 Dec 2025 11:04:03 +0100 Subject: [PATCH] Fonts besser im static Ordner, findet Hugo dann auch lokal besser --- .../assets/css/extended/zz001-foerbico-theme.css | 4 ++-- Website/hugo.yaml | 1 - .../RobotoCondensed-Italic-VariableFont_wght.ttf | Bin .../fonts}/RobotoCondensed-VariableFont_wght.ttf | Bin 4 files changed, 2 insertions(+), 3 deletions(-) rename Website/{assets/css/extended => static/fonts}/RobotoCondensed-Italic-VariableFont_wght.ttf (100%) rename Website/{assets/css/extended => static/fonts}/RobotoCondensed-VariableFont_wght.ttf (100%) diff --git a/Website/assets/css/extended/zz001-foerbico-theme.css b/Website/assets/css/extended/zz001-foerbico-theme.css index 7eae0e6..076e635 100644 --- a/Website/assets/css/extended/zz001-foerbico-theme.css +++ b/Website/assets/css/extended/zz001-foerbico-theme.css @@ -1,12 +1,12 @@ @font-face { font-family: 'Roboto Condensed'; - src: url('RobotoCondensed-VariableFont_wght.ttf') format('truetype'); + src: url('/fonts/RobotoCondensed-VariableFont_wght.ttf') format('truetype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Roboto Condensed Italic'; - src: url('RobotoCondensed-Italic-VariableFont_wght.ttf') format('truetype'); + src: url('/fonts/RobotoCondensed-Italic-VariableFont_wght.ttf') format('truetype'); font-weight: normal; font-style: italic; } diff --git a/Website/hugo.yaml b/Website/hugo.yaml index e8b77da..8fc8e76 100644 --- a/Website/hugo.yaml +++ b/Website/hugo.yaml @@ -65,7 +65,6 @@ Pagination: Params: ShowReadingTime: false - ShowTags: true # ← Tags unter Beiträgen anzeigen taxonomies: diff --git a/Website/assets/css/extended/RobotoCondensed-Italic-VariableFont_wght.ttf b/Website/static/fonts/RobotoCondensed-Italic-VariableFont_wght.ttf similarity index 100% rename from Website/assets/css/extended/RobotoCondensed-Italic-VariableFont_wght.ttf rename to Website/static/fonts/RobotoCondensed-Italic-VariableFont_wght.ttf diff --git a/Website/assets/css/extended/RobotoCondensed-VariableFont_wght.ttf b/Website/static/fonts/RobotoCondensed-VariableFont_wght.ttf similarity index 100% rename from Website/assets/css/extended/RobotoCondensed-VariableFont_wght.ttf rename to Website/static/fonts/RobotoCondensed-VariableFont_wght.ttf