yes
This commit is contained in:
parent
5f3755c20d
commit
c9014304d2
36 changed files with 671 additions and 387 deletions
30
hugo.toml
30
hugo.toml
|
@ -1,9 +1,9 @@
|
|||
baseURL = 'https://bigblase.xyz'
|
||||
title = "Violette's cozy corner"
|
||||
baseURL = 'https://violette.town'
|
||||
title = "Vi's cozy corner"
|
||||
theme = "violette"
|
||||
|
||||
defaultContentLanguage = 'en'
|
||||
defaultContentLanguageInSubdir = true
|
||||
defaultContentLanguage = 'fr'
|
||||
|
||||
[languages]
|
||||
[languages.fr]
|
||||
contentDir = 'content/fr'
|
||||
|
@ -12,12 +12,28 @@ defaultContentLanguageInSubdir = true
|
|||
languageDirection = 'ltr'
|
||||
languageName = 'Français'
|
||||
title = 'Le Coin de Violette'
|
||||
weight = 1
|
||||
[languages.en]
|
||||
contentDir = 'content/en'
|
||||
disabled = false
|
||||
languageCode = 'en-US'
|
||||
languageDirection = 'ltr'
|
||||
languageName = 'English'
|
||||
title = "Violette's cozy corner"
|
||||
weight = 2
|
||||
title = "Vi's cozy corner"
|
||||
|
||||
[[menus.main]]
|
||||
name = 'Home'
|
||||
identifier = 'Home'
|
||||
pageRef = '/'
|
||||
weight = 10
|
||||
|
||||
[[menus.main]]
|
||||
name = 'Posts'
|
||||
identifier = 'Posts'
|
||||
pageRef = '/posts'
|
||||
weight = 20
|
||||
|
||||
[[menus.main]]
|
||||
name = 'Tags'
|
||||
identifier = 'Tags'
|
||||
pageRef = '/tags'
|
||||
weight = 30
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue