Update blog structure for multilanguage
This commit is contained in:
parent
a3de983ff2
commit
3a45fb2707
6 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: 'Hello World'
|
title: 'Hello World'
|
||||||
|
slug: hello-world
|
||||||
date: 2024-01-05T19:11:17+01:00
|
date: 2024-01-05T19:11:17+01:00
|
||||||
draft: false
|
draft: false
|
||||||
---
|
---
|
|
@ -5,6 +5,7 @@ title: ctrlz
|
||||||
theme: hugo-bearcub
|
theme: hugo-bearcub
|
||||||
copyright: CC BY-SA 4.0
|
copyright: CC BY-SA 4.0
|
||||||
defaultContentLanguage: es
|
defaultContentLanguage: es
|
||||||
|
contentDir: content
|
||||||
disableHugoGeneratorInject: true
|
disableHugoGeneratorInject: true
|
||||||
enableEmoji: true
|
enableEmoji: true
|
||||||
|
|
||||||
|
@ -19,7 +20,6 @@ languages:
|
||||||
title: ctrlz
|
title: ctrlz
|
||||||
languageName: ESP 🇪🇸
|
languageName: ESP 🇪🇸
|
||||||
LanguageCode: es
|
LanguageCode: es
|
||||||
contentDir: content
|
|
||||||
params:
|
params:
|
||||||
madeWith: 'Hecho con :heart_decoration: y Open Source'
|
madeWith: 'Hecho con :heart_decoration: y Open Source'
|
||||||
menus:
|
menus:
|
||||||
|
@ -34,7 +34,6 @@ languages:
|
||||||
title: ctrlz
|
title: ctrlz
|
||||||
languageName: ENG 🇬🇧
|
languageName: ENG 🇬🇧
|
||||||
LanguageCode: en
|
LanguageCode: en
|
||||||
contentDir: content-en
|
|
||||||
params:
|
params:
|
||||||
madeWith: 'Made with :heart_decoration: and Open Source'
|
madeWith: 'Made with :heart_decoration: and Open Source'
|
||||||
menus:
|
menus:
|
||||||
|
|
Loading…
Reference in a new issue