mirror of
https://github.com/imfing/hextra.git
synced 2025-07-10 02:51:46 -04:00
feat: add pager for article navigation in section
chore: minor updates - reorg language settings - add icons for cards and steps chore: update about page chore: add style to kbd
This commit is contained in:
10
hugo.toml
10
hugo.toml
@ -7,14 +7,14 @@ disableKinds = ["taxonomy", "term"]
|
||||
|
||||
defaultContentLanguage = 'en'
|
||||
[languages]
|
||||
[languages.ja]
|
||||
languageName = '日本語'
|
||||
weight = 1
|
||||
title = 'Hextra テーマ'
|
||||
[languages.en]
|
||||
languageName = 'English'
|
||||
weight = 2
|
||||
weight = 1
|
||||
title = 'Hextra Theme'
|
||||
[languages.ja]
|
||||
languageName = '日本語'
|
||||
weight = 2
|
||||
title = 'Hextra テーマ'
|
||||
|
||||
[module]
|
||||
[module.hugoVersion]
|
||||
|
Reference in New Issue
Block a user