Use a different directory for assets

This commit is contained in:
Will 2021-01-18 11:48:42 -08:00
parent 985d681645
commit 9fd35dad78
No known key found for this signature in database
GPG key ID: 385872BB265E8BF8
5 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View file

@ -1,4 +1,5 @@
/api/node_modules
/assets
/assets.tar.gz
/env*
/node_modules

View file

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

Before After
Before After

View file

@ -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"