fix(sites/default): url of themes

This commit is contained in:
Jérémy Dufraisse 2023-02-24 22:23:40 +01:00
parent 784a478c7a
commit 1428bc882f

View File

@ -13,8 +13,8 @@ locale: ~ # Your PHP installation might require you to
## ##
# Theme # Theme
# #
theme: seacms # The name of your custom theme theme: seacms # The name of your custom theme
themes_url: ~ # Pico will try to guess the URL to the themes dir of your installation; themes_url: ../../vendor/picocms/themes # 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/
theme_config: # Additional theme-specific config theme_config: # Additional theme-specific config
widescreen: false # Default theme: Use more horizontal space (i.e. make the site container wider) widescreen: false # Default theme: Use more horizontal space (i.e. make the site container wider)
@ -51,7 +51,7 @@ assets_url: ~ # Pico will try to guess the URL to the asse
## ##
# Plugins # Plugins
# #
plugins_url: ~ # Pico will try to guess the URL to the plugins dir of your installation; plugins_url: ../../vendor/picocms/plugins # Pico will try to guess the URL to the plugins dir of your installation;
# If this fails, override it here. Example: https://example.com/pico/plugins/ # If this fails, override it here. Example: https://example.com/pico/plugins/
DummyPlugin.enabled: false # Force the plugin "DummyPlugin" to be disabled DummyPlugin.enabled: false # Force the plugin "DummyPlugin" to be disabled