mirror of
https://github.com/picocms/pico-theme.git
synced 2025-08-25 09:30:47 +02:00
Add comments to pico-theme.yml and mention it in README.md
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
api_version: 3
|
||||
api_version: 3 # Use Pico's latest API version for themes
|
||||
|
||||
meta:
|
||||
Social: social
|
||||
meta: # Register meta headers used by this theme
|
||||
Social: social # A list of social icons that will be shown in your website's footer;
|
||||
# You must specify a "title", "url" and "icon" per entry
|
||||
|
||||
twig_config:
|
||||
autoescape: html
|
||||
strict_variables: false
|
||||
charset: utf-8
|
||||
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
|
||||
|
||||
widescreen: false # Use more horicontal space (i.e. make the site container wider)
|
||||
|
Reference in New Issue
Block a user