From 70618d5fe000e62092a6c0d4a17f5e60bedba63c Mon Sep 17 00:00:00 2001 From: Jennifer C J Radtke Date: Sun, 18 Feb 2024 08:16:05 +0000 Subject: [PATCH] add a pico-theme.yml file --- pico-theme.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pico-theme.yml diff --git a/pico-theme.yml b/pico-theme.yml new file mode 100644 index 0000000..01e292f --- /dev/null +++ b/pico-theme.yml @@ -0,0 +1,12 @@ +api_version: 3 # Use Pico's latest API version for themes + +meta: # Register meta headers used by this theme + Logo: logo # The URL to your website's logo (value is passed to Pico's "url" Twig filter) + Tagline: tagline # Your website's tag line, shown right below your site title (supports Markdown) + 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: # 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