Merge branch 'master' into pico-2.1
Conflicts: config/config.yml.template
This commit is contained in:
commit
e4e6f0f5f0
2 changed files with 2 additions and 2 deletions
|
@ -136,7 +136,7 @@ That's it! Composer will automatically update Pico and all plugins and themes yo
|
|||
|
||||
### I've used a pre-bundled release to install Pico
|
||||
|
||||
Okay, installing Pico was easy, but upgrading Pico is going to be hard, isn't it? I'm affraid I have to disappoint you... It's just as simple as installing Pico!
|
||||
Okay, installing Pico was easy, but upgrading Pico is going to be hard, isn't it? I'm afraid I have to disappoint you. It's just as simple as installing Pico!
|
||||
|
||||
First you'll have to delete the `vendor` directory of your Pico installation (e.g. if you've installed Pico to `/var/www/html/pico`, delete `/var/www/html/pico/vendor`). Then [download the latest Pico release][LatestRelease] and upload all files to your existing Pico installation directory. You will be prompted whether you want to overwrite files like `index.php`, `.htaccess`, ... - simply hit "Yes".
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ theme: default # The name of your custom theme
|
|||
themes_url: ~ # 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/
|
||||
theme_config: # Additional theme-specific config
|
||||
widescreen: false # Default theme: Use more horicontal space (i.e. make the site container wider)
|
||||
widescreen: false # Default theme: Use more horizontal space (i.e. make the site container wider)
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue