From ba29fb837b5e87c9e0b003a0a32c3fe520909faa Mon Sep 17 00:00:00 2001 From: Orestis <orestis.malaspinas@pm.me> Date: Fri, 19 Jul 2024 11:16:08 +0300 Subject: [PATCH] trying to fix for 19.1 --- .gitlab-ci.yml | 4 ++-- ZolaApp/config.toml | 2 +- ZolaApp/content/privacy-policy/_index.md | 2 -- ZolaApp/content/user-doc/cli/_index.md | 1 - 4 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2ff8e8d..19b3685 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,8 +18,8 @@ build:zola: - apt update - apt upgrade -y - apt install wget nodejs npm -y - - wget https://github.com/getzola/zola/releases/download/v0.18.0/zola-v0.18.0-x86_64-unknown-linux-gnu.tar.gz - - tar xzvf zola-v0.18.0-x86_64-unknown-linux-gnu.tar.gz + - wget https://github.com/getzola/zola/releases/download/v0.19.1/zola-v0.19.1-x86_64-unknown-linux-gnu.tar.gz + - tar xzvf zola-v0.19.1-x86_64-unknown-linux-gnu.tar.gz - mv zola /usr/local/bin - chmod +x /usr/local/bin/zola - git submodule update --remote diff --git a/ZolaApp/config.toml b/ZolaApp/config.toml index ea92f27..8a26c72 100644 --- a/ZolaApp/config.toml +++ b/ZolaApp/config.toml @@ -14,7 +14,7 @@ default_language = "en" compile_sass = true # Whether to generate a feed file for the site -generate_feed = true +generate_feeds = true # When set to "true", the generated HTML files are minified. minify_html = true diff --git a/ZolaApp/content/privacy-policy/_index.md b/ZolaApp/content/privacy-policy/_index.md index 4d9db49..b7e8ea6 100644 --- a/ZolaApp/content/privacy-policy/_index.md +++ b/ZolaApp/content/privacy-policy/_index.md @@ -1,8 +1,6 @@ +++ title = "Privacy Policy" description = "We do not use cookies and we do not collect any personal data." -date = 2021-05-01T08:00:00+00:00 -updated = 2020-05-01T08:00:00+00:00 draft = false [extra] diff --git a/ZolaApp/content/user-doc/cli/_index.md b/ZolaApp/content/user-doc/cli/_index.md index 366fbd2..0f37b6b 100644 --- a/ZolaApp/content/user-doc/cli/_index.md +++ b/ZolaApp/content/user-doc/cli/_index.md @@ -1,7 +1,6 @@ +++ title = "Dojo CLI" description = "Documentation of the Dojo Command Line interface." -slug = "cli" template = "docs/section.html" sort_by = "weight" weight = 100 -- GitLab