Using yaml in data to organize home summary
This commit is contained in:
parent
b927522a0f
commit
e9af2f70d2
6 changed files with 16 additions and 10 deletions
6
exampleSite/data/en/home.yaml
Normal file
6
exampleSite/data/en/home.yaml
Normal file
|
@ -0,0 +1,6 @@
|
|||
summary:
|
||||
- I am a Developer
|
||||
- I am a Devops
|
||||
- I love servers
|
||||
- I work on open-source projects
|
||||
- I love to work with some fun projects"
|
6
exampleSite/data/fr/home.yaml
Normal file
6
exampleSite/data/fr/home.yaml
Normal file
|
@ -0,0 +1,6 @@
|
|||
summary:
|
||||
- Je suis un développeur
|
||||
- Je suis un Devops
|
||||
- J'aime les serveurs
|
||||
- Je travaille sur des projets open-source
|
||||
- J'aime travailler avec des projets amusants
|
Loading…
Add table
Add a link
Reference in a new issue