Use zola 0.13 for docs
This commit is contained in:
parent
024144ba78
commit
3b210d648c
|
@ -3,10 +3,13 @@ title = "Zola"
|
||||||
description = "Everything you need to make a static site engine in one binary."
|
description = "Everything you need to make a static site engine in one binary."
|
||||||
|
|
||||||
compile_sass = true
|
compile_sass = true
|
||||||
highlight_code = true
|
|
||||||
insert_anchor_links = true
|
insert_anchor_links = true
|
||||||
highlight_theme = "kronuz"
|
|
||||||
build_search_index = true
|
build_search_index = true
|
||||||
|
|
||||||
|
[markdown]
|
||||||
|
highlight_code = true
|
||||||
|
highlight_theme = "kronuz"
|
||||||
|
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
author = "Vincent Prouillet"
|
author = "Vincent Prouillet"
|
||||||
|
|
|
@ -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:
|
The taxonomy pages are then available at the following paths:
|
||||||
|
|
||||||
```plain
|
```
|
||||||
$BASE_URL/$NAME/ (taxonomy)
|
$BASE_URL/$NAME/ (taxonomy)
|
||||||
$BASE_URL/$NAME/$SLUG (taxonomy entry)
|
$BASE_URL/$NAME/$SLUG (taxonomy entry)
|
||||||
```
|
```
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
command = "zola build"
|
command = "zola build"
|
||||||
|
|
||||||
[build.environment]
|
[build.environment]
|
||||||
ZOLA_VERSION = "0.11.0"
|
ZOLA_VERSION = "0.13.0"
|
||||||
|
|
||||||
[context.deploy-preview]
|
[context.deploy-preview]
|
||||||
command = "zola build --base-url $DEPLOY_PRIME_URL"
|
command = "zola build --base-url $DEPLOY_PRIME_URL"
|
||||||
|
|
Loading…
Reference in a new issue