Use zola 0.13 for docs

This commit is contained in:
Vincent Prouillet 2021-02-02 20:57:37 +01:00
parent 024144ba78
commit 3b210d648c
3 changed files with 7 additions and 4 deletions

View file

@ -3,10 +3,13 @@ title = "Zola"
description = "Everything you need to make a static site engine in one binary."
compile_sass = true
highlight_code = true
insert_anchor_links = true
highlight_theme = "kronuz"
build_search_index = true
[markdown]
highlight_code = true
highlight_theme = "kronuz"
[extra]
author = "Vincent Prouillet"

View file

@ -131,7 +131,7 @@ In a similar manner to how section and pages calculate their output path:
The taxonomy pages are then available at the following paths:
```plain
```
$BASE_URL/$NAME/ (taxonomy)
$BASE_URL/$NAME/$SLUG (taxonomy entry)
```

View file

@ -4,7 +4,7 @@
command = "zola build"
[build.environment]
ZOLA_VERSION = "0.11.0"
ZOLA_VERSION = "0.13.0"
[context.deploy-preview]
command = "zola build --base-url $DEPLOY_PRIME_URL"