mirror of
https://github.com/getzola/zola
synced 2024-11-10 06:14:19 +00:00
Use zola 0.13 for docs
This commit is contained in:
parent
024144ba78
commit
3b210d648c
3 changed files with 7 additions and 4 deletions
|
@ -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"
|
||||
|
|
|
@ -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)
|
||||
```
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue