Skip to content
Snippets Groups Projects
Verified Commit ba29fb83 authored by orestis.malaspin's avatar orestis.malaspin
Browse files

trying to fix for 19.1

parent 55d800fc
No related branches found
No related tags found
1 merge request!4Resolve "Problem with site generation with zola v0.19.1"
......@@ -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
......
......@@ -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
......
+++
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]
......
+++
title = "Dojo CLI"
description = "Documentation of the Dojo Command Line interface."
slug = "cli"
template = "docs/section.html"
sort_by = "weight"
weight = 100
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment