File tree Expand file tree Collapse file tree 3 files changed +7
-9
lines changed Expand file tree Collapse file tree 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"
44# Whether to automatically compile all Sass files in the sass directory
55compile_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
128build_search_index = true
139
1410theme = " adidoks"
1511
1612title = " 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"
3032url = " /blog/"
3133weight = 20
3234
33- [[section .extra ]]
35+ [[extra . section .extra ]]
3436repo_url = " https://github.com/haskell-cryptography/"
Original file line number Diff line number Diff line change 11+++
22title = " Authors"
33description = " The authurs of the blog articles."
4- date = 2021-04-01T08:00:00+00:00
5- updated = 2021-04-01T08:00:00+00:00
64draft = false
75
86# If add a new author page in this section, please add a new item,
Original file line number Diff line number Diff line change 11+++
22title = " Privacy Policy"
33description = " 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
64draft = false
75
86[extra ]
You can’t perform that action at this time.
0 commit comments