Add multilanguage support

Enable multilanguage support with two separate (/en and /fr) base
directories containing each a sample article
This commit is contained in:
Melora Hugues 2023-06-19 14:17:13 +02:00
parent 25a0b9d3cc
commit a03fba7567
3 changed files with 55 additions and 3 deletions

View 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
```