Add multilanguage support
Enable multilanguage support with two separate (/en and /fr) base directories containing each a sample article
This commit is contained in:
parent
25a0b9d3cc
commit
a03fba7567
3 changed files with 55 additions and 3 deletions
16
content/fr/posts/premier-post.md
Normal file
16
content/fr/posts/premier-post.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
title: "Premier Post"
|
||||
date: 2023-06-19T11:37:35+02:00
|
||||
draft: true
|
||||
---
|
||||
|
||||
## Titre
|
||||
|
||||
Ceci est mon contenu
|
||||
|
||||
```python
|
||||
def method(args):
|
||||
print("toto")
|
||||
return args
|
||||
```
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue