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: ...@@ -18,8 +18,8 @@ build:zola:
- apt update - apt update
- apt upgrade -y - apt upgrade -y
- apt install wget nodejs npm -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 - 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.18.0-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 - mv zola /usr/local/bin
- chmod +x /usr/local/bin/zola - chmod +x /usr/local/bin/zola
- git submodule update --remote - git submodule update --remote
......
...@@ -14,7 +14,7 @@ default_language = "en" ...@@ -14,7 +14,7 @@ default_language = "en"
compile_sass = true compile_sass = true
# Whether to generate a feed file for the site # 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. # When set to "true", the generated HTML files are minified.
minify_html = true minify_html = true
......
+++ +++
title = "Privacy Policy" title = "Privacy Policy"
description = "We do not use cookies and we do not collect any personal data." 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 draft = false
[extra] [extra]
......
+++ +++
title = "Dojo CLI" title = "Dojo CLI"
description = "Documentation of the Dojo Command Line interface." description = "Documentation of the Dojo Command Line interface."
slug = "cli"
template = "docs/section.html" template = "docs/section.html"
sort_by = "weight" sort_by = "weight"
weight = 100 weight = 100
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment