From e8d0f84883507d304005a85bbef1344247c498cb Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Sun, 15 Sep 2024 15:28:13 +0200 Subject: Fix build with zola-0.19.2 Mostly trivial option renames or moves, and apparently the sass compiler doesn't like semicola in indented syntax. --- config.toml | 6 ++++-- sass/_responsive_fonts.sass | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/config.toml b/config.toml index 12b77f1..2515acc 100644 --- a/config.toml +++ b/config.toml @@ -4,8 +4,7 @@ title = "zunzuncito" description = "Wolf's humming microblog" compile_sass = true -generate_feed = true -smart_punctuation = true +generate_feeds = true taxonomies = [ { name = "tags", feed = true, paginate_by = 100 }, @@ -14,3 +13,6 @@ taxonomies = [ [extra] author = "wolf" avatar = "/avatars/wolf.jpg" + +[markdown] +smart_punctuation = true diff --git a/sass/_responsive_fonts.sass b/sass/_responsive_fonts.sass index 12fa50f..6c990a0 100644 --- a/sass/_responsive_fonts.sass +++ b/sass/_responsive_fonts.sass @@ -1,6 +1,6 @@ @mixin font-size($size) html - font-size: $size; + font-size: $size @media (max-width: 480px) @include font-size(12px) -- cgit v1.2.3-2-gb3c3