Skip to content

Commit f8b21eb

Browse files
committed
Update to zola 0.19.2
1 parent feed46d commit f8b21eb

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

config.toml

+7-5
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,19 @@ base_url = "https://haskell-cryptography.org"
44
# Whether to automatically compile all Sass files in the sass directory
55
compile_sass = true
66

7-
# Whether to do syntax highlighting
8-
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
9-
highlight_code = true
10-
117
# Whether to build a search index to be used later on by a JavaScript library
128
build_search_index = true
139

1410
theme = "adidoks"
1511

1612
title = "Haskell Cryptography Group"
1713

14+
[markdown]
15+
16+
# Whether to do syntax highlighting
17+
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
18+
highlight_code = true
19+
1820
[extra]
1921
# Put all your custom variables here
2022

@@ -30,5 +32,5 @@ section = "blog"
3032
url = "/blog/"
3133
weight = 20
3234

33-
[[section.extra]]
35+
[[extra.section.extra]]
3436
repo_url = "https://github.com/haskell-cryptography/"

content/authors/_index.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
+++
22
title = "Authors"
33
description = "The authurs of the blog articles."
4-
date = 2021-04-01T08:00:00+00:00
5-
updated = 2021-04-01T08:00:00+00:00
64
draft = false
75

86
# If add a new author page in this section, please add a new item,

content/privacy-policy/_index.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
+++
22
title = "Privacy Policy"
33
description = "We do not use cookies and we do not collect any personal data."
4-
date = 2021-05-01T08:00:00+00:00
5-
updated = 2020-05-01T08:00:00+00:00
64
draft = false
75

86
[extra]

0 commit comments

Comments
 (0)