[TASK] update config

This commit is contained in:
TLRZ Seyfferth 2020-05-04 19:48:03 +02:00
parent 8a54bfd47f
commit a181513cbb

View File

@ -12,7 +12,7 @@ timezone: Europe/Berlin # Your PHP installation might require you to manually sp
## ##
# Theme # Theme
# #
theme: chrosey # The name of your custom theme theme: pico-materializecss # The name of your custom theme
themes_url: themes_url:
~ # Pico will try to guess the URL to the themes dir of your installation; ~ # Pico will try to guess the URL to the themes dir of your installation;
# If this fails, override it here. Example: https://example.com/pico/themes/ # If this fails, override it here. Example: https://example.com/pico/themes/
@ -24,7 +24,7 @@ twig_config: # Twig template engine config
strict_variables: false # If set to true, Twig will bail out when unset variables are being used 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 charset: utf-8 # The charset used by Twig templates
debug: ~ # Enable Twig's debug mode debug: ~ # Enable Twig's debug mode
cache: cache # Enable Twig template caching by specifying a path to a writable directory cache: ~ # Enable Twig template caching by specifying a path to a writable directory
auto_reload: true # Recompile Twig templates whenever the source code changes auto_reload: true # Recompile Twig templates whenever the source code changes
## ##