Use a different directory for assets
This commit is contained in:
parent
985d681645
commit
9fd35dad78
5 changed files with 5 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,4 +1,5 @@
|
|||
/api/node_modules
|
||||
/assets
|
||||
/assets.tar.gz
|
||||
/env*
|
||||
/node_modules
|
||||
|
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
|
@ -8,6 +8,10 @@ theme = ["docsy"]
|
|||
|
||||
disableKinds = ["taxonomy", "taxonomyTerm"]
|
||||
|
||||
# Change the default for assets, because the old Python toolchain uses "assets" for build output.
|
||||
# When the old toolchain is retired we can switch back to the default here.
|
||||
assetDir = "assets-hugo"
|
||||
|
||||
[languages]
|
||||
[languages.en]
|
||||
title = "Matrix Specification"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue