Implemented two languages in example
This commit is contained in:
parent
38897e8d65
commit
a38a207456
13 changed files with 587 additions and 7 deletions
24
exampleSite/data/fr/sections/achievements.yaml
Normal file
24
exampleSite/data/fr/sections/achievements.yaml
Normal file
|
@ -0,0 +1,24 @@
|
|||
# section information
|
||||
section:
|
||||
name: Realisations
|
||||
enable: true
|
||||
weight: 6
|
||||
showOnNavbar: true
|
||||
template: sections/achievements.html
|
||||
# Can optionally hide the title in sections
|
||||
# hideTitle: true
|
||||
|
||||
# Your achievements achievements
|
||||
achievements:
|
||||
- title: Meilleur présentateur
|
||||
image: /images/achievements/presenter.jpg
|
||||
summary: Meilleur présentateur de la conférence XYZ 2020.
|
||||
- title: Champion
|
||||
image: /images/achievements/sport.jpg
|
||||
summary: Champion du championnat cycliste interurbain 2020.
|
||||
- title: Remise des diplômes
|
||||
image: /images/achievements/graduation-cap.jpg
|
||||
summary: J'ai obtenu une licence en sciences (B.Sc.) en informatique et en ingénierie à l'université XYZ.
|
||||
- title: Lauréat du prix
|
||||
image: /images/achievements/woman-winner.jpg
|
||||
summary: Lorem ipsum dolor sit amet consectetur adipisicing elit. Possimus architecto minus facere vero?
|
Loading…
Add table
Add a link
Reference in a new issue