pico-theme.yml 581 B

12345678910111213141516
  1. api_version: 3 # Use Pico's latest API version for themes
  2. meta:
  3. Tags: tags
  4. Timeline: timeline
  5. Excerpt: excerpt
  6. Comments: comments
  7. Css_extra: css_extra
  8. # These belong to plugins that go well with TagBlog:
  9. Toc_disabled: toc_disabled
  10. twig_config: # Twig template engine config
  11. autoescape: html # Let Twig escape variables by default
  12. strict_variables: false # If set to true, Twig will bail out when unset variables are being used
  13. charset: utf-8 # The charset used by Twig templates