|
|
@ -14,9 +14,9 @@ timezone: ~ # Your PHP installation might require you to |
|
|
|
theme: default # The name of your custom theme |
|
|
|
theme: default # The name of your custom theme |
|
|
|
themes_url: ~ # Pico will try to guess the URL to the themes dir of your installation; |
|
|
|
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/ |
|
|
|
# If this fails, override it here. Example: https://example.com/pico/themes/ |
|
|
|
theme_config: |
|
|
|
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 horicontal space (i.e. make the site container wider) |
|
|
|
twig_config: |
|
|
|
twig_config: # Twig template engine config |
|
|
|
autoescape: false # Let Twig escape variables by default |
|
|
|
autoescape: false # Let Twig escape variables by default |
|
|
|
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 |
|
|
|
debug: ~ # Enable Twig's debug mode |
|
|
|
debug: ~ # Enable Twig's debug mode |
|
|
@ -33,7 +33,7 @@ pages_order_by: alpha # Change how Pico sorts pages ("alpha" for a |
|
|
|
pages_order: asc # Sort pages in ascending ("asc") or descending ("desc") order |
|
|
|
pages_order: asc # Sort pages in ascending ("asc") or descending ("desc") order |
|
|
|
content_dir: ~ # The path to Pico's content directory |
|
|
|
content_dir: ~ # The path to Pico's content directory |
|
|
|
content_ext: .md # The file extension of your Markdown files |
|
|
|
content_ext: .md # The file extension of your Markdown files |
|
|
|
content_config: |
|
|
|
content_config: # Parsedown Markdown parser config |
|
|
|
extra: true # Use the Parsedown Extra parser to support extended markup; |
|
|
|
extra: true # Use the Parsedown Extra parser to support extended markup; |
|
|
|
# See https://michelf.ca/projects/php-markdown/extra/ for more info |
|
|
|
# See https://michelf.ca/projects/php-markdown/extra/ for more info |
|
|
|
breaks: false # A boolean indicating whether breaks in the markup should be reflected in the |
|
|
|
breaks: false # A boolean indicating whether breaks in the markup should be reflected in the |
|
|
|