[TASK] Layout-Anpassungen
This commit is contained in:
+4
-2
@@ -18,13 +18,15 @@ themes_url:
|
||||
# If this fails, override it here. Example: https://example.com/pico/themes/
|
||||
theme_config: # Additional theme-specific config
|
||||
widescreen: false # Default theme: Use more horizontal space (i.e. make the site container wider)
|
||||
color: white
|
||||
color: white # Color for Navbar and Footer
|
||||
primary_color: orange # Color for Buttons and links if not defined
|
||||
secondary_color: indigocategories # Color for Buttons and links if not defined
|
||||
twig_config: # Twig template engine config
|
||||
autoescape: html # Let Twig escape variables by default
|
||||
strict_variables: false # If set to true, Twig will bail out when unset variables are being used
|
||||
charset: utf-8 # The charset used by Twig templates
|
||||
debug: ~ # Enable Twig's debug mode
|
||||
cache: cache # Enable Twig template caching by specifying a path to a writable directory
|
||||
cache: false # Enable Twig template caching by specifying a path to a writable directory
|
||||
auto_reload: true # Recompile Twig templates whenever the source code changes
|
||||
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user