Fix Hugo config.toml as valid (#10605)
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>pull/10609/head
parent
9abeb8bfa1
commit
d14b898a91
|
|
@ -7,7 +7,7 @@ enableRobotsTXT = true
|
|||
|
||||
disableKinds = ["taxonomy", "taxonomyTerm"]
|
||||
|
||||
ignoreFiles = [ "^OWNERS$", "README[-]+[a-z]*\.md", "^node_modules$", "content/en/docs/doc-contributor-tools" ]
|
||||
ignoreFiles = [ "^OWNERS$", "README[-]+[a-z]*\\.md", "^node_modules$", "content/en/docs/doc-contributor-tools" ]
|
||||
|
||||
contentDir = "content/en"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue