diff --git a/config/site.yaml b/config/site.yaml index 166fe66..28e69e3 100644 --- a/config/site.yaml +++ b/config/site.yaml @@ -1,36 +1,28 @@ -# Please change this by your settings. info: - title: - subtitle: - description: - canonical: - keywords: - author: - + title: null + subtitle: null + description: null + canonical: null + keywords: null + author: null social: - instagram_url: - thumbnail: - + instagram_url: null + thumbnail: '' menu: items: - label: Home href: / - footer: copyright: Copyright © 2025 - legal_link: '/legals/' + legal_link: /legals/ legal_label: Legal notice - -# Build parameters build: - theme: modern # choose a theme in config/theme folder - convert_images: true # true to enable image conversion - resize_images: true # true to enable image resizing - -# Change this by your legals + theme: modern + convert_images: true + resize_images: true legals: - hoster_name: - hoster_address: - hoster_contact: + hoster_name: null + hoster_address: null + hoster_contact: null intellectual_property: - - paragraph: "" + - paragraph: '' diff --git a/config/themes/modern/theme.yaml b/config/themes/modern/theme.yaml index 0b23d8a..68a07e1 100644 --- a/config/themes/modern/theme.yaml +++ b/config/themes/modern/theme.yaml @@ -16,7 +16,7 @@ fonts: fallback: serif name: Montserrat google_fonts: -- family: Lato +- family: '' weights: - '200' - '400' diff --git a/demo/config/themes/modern/theme.yaml b/demo/config/themes/modern/theme.yaml index 3f331f5..68a07e1 100644 --- a/demo/config/themes/modern/theme.yaml +++ b/demo/config/themes/modern/theme.yaml @@ -1,32 +1,28 @@ -#-----------------------------------# -# Modern theme for Lumeex # -# https://git.djeex.fr/Djeex/lumeex # -#-----------------------------------# colors: - primary: '#0065a1' + primary: '#0065A1' primary_dark: '#005384' - secondary: '#00b0f0' - accent: '#ffc700' + secondary: '#00B0F0' + accent: '#FFC700' text_dark: '#616161' - background: '#fff' - browser_color: '#fff' + background: '#FFFFFF' + browser_color: '#FFFFFF' favicon: path: favicon.png -google_fonts: - - family: Lato - weights: - - '200' - - '400' - - '700' - - family: Montserrat - weights: - - '200' - - '400' - - '700' fonts: primary: - name: Lato fallback: sans-serif + name: Lato secondary: + fallback: serif name: Montserrat - fallback: serif \ No newline at end of file +google_fonts: +- family: '' + weights: + - '200' + - '400' + - '700' +- family: Montserrat + weights: + - '200' + - '400' + - '700' diff --git a/demo/config/themes/typewriter/theme.yaml b/demo/config/themes/typewriter/theme.yaml index 7a30379..fd251d0 100644 --- a/demo/config/themes/typewriter/theme.yaml +++ b/demo/config/themes/typewriter/theme.yaml @@ -1,21 +1,17 @@ -#-----------------------------------# -# Typewriter theme for Lumeex # -# https://git.djeex.fr/Djeex/lumeex # -#-----------------------------------# colors: - primary: '#0065a1' + accent: '#FFC700' + background: '#FFFFFF' + browser_color: '#FFFFFF' + primary: '#0065A1' primary_dark: '#005384' - secondary: '#00b0f0' - accent: '#ffc700' + secondary: '#00B0F0' text_dark: '#616161' - background: '#fff' - browser_color: '#fff' favicon: path: favicon.png fonts: primary: - name: Trixie + name: trixie.woff fallback: sans-serif secondary: - name: Trixie - fallback: serif \ No newline at end of file + name: trixie.woff + fallback: serif diff --git a/src/webui/site-info/index.html b/src/webui/site-info/index.html index 9e86233..adca9cd 100644 --- a/src/webui/site-info/index.html +++ b/src/webui/site-info/index.html @@ -46,8 +46,8 @@