From 9f79959f03153aed4934e4f521ff3e5f7c618bb1 Mon Sep 17 00:00:00 2001 From: carpetscheme Date: Sat, 29 Aug 2020 18:22:52 +0200 Subject: [PATCH] update zola version with feed settings --- config.toml | 4 ++-- content/2019-03-29-example-of-all-elements.md | 4 ++-- netlify.toml | 2 +- templates/index.html | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config.toml b/config.toml index 0cd1470..d9ca484 100644 --- a/config.toml +++ b/config.toml @@ -3,7 +3,7 @@ title = "Light Speed" description = "Zola theme with a perfect Lighthouse score" compile_sass = true -generate_rss = true +generate_feed = true highlight_code = true highlight_theme = "gruvbox-light" @@ -15,7 +15,7 @@ netlify = true footer_links = [ {url = "$BASE_URL/about", name = "About"}, - {url = "$BASE_URL/rss.xml", name = "RSS"}, + {url = "$BASE_URL/atom.xml", name = "RSS"}, {url = "https://github.com/carpetscheme/lightspeed", name = "Source on Github"}, ] diff --git a/content/2019-03-29-example-of-all-elements.md b/content/2019-03-29-example-of-all-elements.md index 77c8d46..28669ec 100644 --- a/content/2019-03-29-example-of-all-elements.md +++ b/content/2019-03-29-example-of-all-elements.md @@ -114,9 +114,9 @@ Right aligned columns ## Links -[link text](http://dev.nodeca.com) +[link text](http://github.com) -[link with title](http://nodeca.github.io/pica/demo/ "title text!") +[link with title](http://github.com "title text!") ## Images diff --git a/netlify.toml b/netlify.toml index 6722710..aa41724 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,5 +3,5 @@ publish = "public" command = "zola build" [build.environment] -ZOLA_VERSION = "0.10.1" +ZOLA_VERSION = "0.11.0" diff --git a/templates/index.html b/templates/index.html index fe7808f..80d79fd 100755 --- a/templates/index.html +++ b/templates/index.html @@ -11,7 +11,7 @@ {% if config.extra.author %}{% endif %} - + {% set data = load_data(path="public/style.css", format="plain") -%}