From 06dd87673a22ed3845b01d156359b8fec3b572bc Mon Sep 17 00:00:00 2001 From: Aydent Date: Wed, 19 Mar 2025 13:40:44 +0000 Subject: [PATCH] Ajouter config/glance.yml --- config/glance.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 config/glance.yml diff --git a/config/glance.yml b/config/glance.yml new file mode 100644 index 0000000..5bcc02e --- /dev/null +++ b/config/glance.yml @@ -0,0 +1,12 @@ +server: + assets-path: /app/assets + +theme: + # Note: assets are cached by the browser, changes to the CSS file + # will not be reflected until the browser cache is cleared (Ctrl+F5) + custom-css-file: /assets/user.css + +pages: + # It's not necessary to create a new file for each page and include it, you can simply + # put its contents here, though multiple pages are easier to manage when separated + !include: home.yml \ No newline at end of file