File tree 3 files changed +7
-9
lines changed
3 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -4,17 +4,19 @@ base_url = "https://haskell-cryptography.org"
4
4
# Whether to automatically compile all Sass files in the sass directory
5
5
compile_sass = true
6
6
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
-
11
7
# Whether to build a search index to be used later on by a JavaScript library
12
8
build_search_index = true
13
9
14
10
theme = " adidoks"
15
11
16
12
title = " Haskell Cryptography Group"
17
13
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
+
18
20
[extra ]
19
21
# Put all your custom variables here
20
22
@@ -30,5 +32,5 @@ section = "blog"
30
32
url = " /blog/"
31
33
weight = 20
32
34
33
- [[section .extra ]]
35
+ [[extra . section .extra ]]
34
36
repo_url = " https://github.com/haskell-cryptography/"
Original file line number Diff line number Diff line change 1
1
+++
2
2
title = " Authors"
3
3
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
6
4
draft = false
7
5
8
6
# If add a new author page in this section, please add a new item,
Original file line number Diff line number Diff line change 1
1
+++
2
2
title = " Privacy Policy"
3
3
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
6
4
draft = false
7
5
8
6
[extra ]
You can’t perform that action at this time.
0 commit comments