Use a different directory for assets

pull/977/head
Will 3 years ago
parent 985d681645
commit 9fd35dad78
No known key found for this signature in database
GPG Key ID: 385872BB265E8BF8

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…
Cancel
Save