mirror of
https://github.com/imfing/hextra.git
synced 2025-07-10 05:51:32 -04:00
docs: add cards and callout
chore: minor update to sidebar chore: add simple translation in Japanese
This commit is contained in:
15
hugo.toml
15
hugo.toml
@ -5,6 +5,17 @@ baseURL = "https://example.org"
|
||||
|
||||
disableKinds = ["taxonomy", "term"]
|
||||
|
||||
defaultContentLanguage = 'en'
|
||||
[languages]
|
||||
[languages.ja]
|
||||
languageName = '日本語'
|
||||
weight = 1
|
||||
title = 'Hextra テーマ'
|
||||
[languages.en]
|
||||
languageName = 'English'
|
||||
weight = 2
|
||||
title = 'Hextra Theme'
|
||||
|
||||
[module]
|
||||
[module.hugoVersion]
|
||||
extended = true
|
||||
@ -31,6 +42,10 @@ disableKinds = ["taxonomy", "term"]
|
||||
source = "assets/.*\\.(.*)$"
|
||||
target = "$1"
|
||||
|
||||
[markup]
|
||||
[markup.goldmark]
|
||||
[markup.goldmark.renderer]
|
||||
unsafe = true
|
||||
|
||||
[menu]
|
||||
[[menu.main]]
|
||||
|
Reference in New Issue
Block a user