diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2ff8e8de2126bb5103406630e5711b7d4c0e6237..19b3685b45233c64e6d163642f44957b4449f14b 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 ea92f2709ce0cade6f9581402e792ee8693120e9..8a26c727aadd0820b3bd1f04e2f4ea7136e52ef7 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 4d9db49c1a9d209931ad2e02d87a559e8b1e1f8d..b7e8ea6b5c54449f78d1b8ee00daca0a493b2ee6 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 366fbd2c7c76eacb49ca2ce2fba243aa5d9b3fc9..0f37b6b9d6681e2dcd1a9e27e8d793e4a1515c0a 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