[TASK] styling
This commit is contained in:
+3
-2
@@ -18,13 +18,14 @@ themes_url:
|
||||
# If this fails, override it here. Example: https://example.com/pico/themes/
|
||||
theme_config: # Additional theme-specific config
|
||||
widescreen: true # Default theme: Use more horizontal space (i.e. make the site container wider)
|
||||
color: default
|
||||
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: false # Enable Twig template caching by specifying a path to a writable directory
|
||||
auto_reload: ~ # Recompile Twig templates whenever the source code changes
|
||||
cache: cache # Enable Twig template caching by specifying a path to a writable directory
|
||||
auto_reload: true # Recompile Twig templates whenever the source code changes
|
||||
|
||||
##
|
||||
# Content
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
default_email: info@chrosey.de
|
||||
lang: de
|
||||
Reference in New Issue
Block a user