commit 06dd87673a22ed3845b01d156359b8fec3b572bc Author: Aydent Date: Wed Mar 19 13:40:44 2025 +0000 Ajouter 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