Refactor translation codes
This commit is contained in:
parent
5da3cf5ebf
commit
db5a18f80d
12 changed files with 96 additions and 68 deletions
|
@ -33,8 +33,8 @@ disqusShortname: does-not-exist
|
|||
|
||||
# Enable global emoji support
|
||||
enableEmoji: true
|
||||
|
||||
# Custom parameters
|
||||
|
||||
params:
|
||||
# Copyright Notice
|
||||
copyright: © 2020 Copyright.
|
||||
|
|
16
exampleSite/data/en/author.yaml
Normal file
16
exampleSite/data/en/author.yaml
Normal file
|
@ -0,0 +1,16 @@
|
|||
# some information about you
|
||||
name: "Jane Doe"
|
||||
nickname: "Jane"
|
||||
image: "images/avatar.png"
|
||||
# give your some contact information. they will be used in the footer
|
||||
contactInfo:
|
||||
email: "janedoe@example.com"
|
||||
phone: "+0123456789"
|
||||
|
||||
# some summary about what you do
|
||||
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"
|
|
@ -1,6 +0,0 @@
|
|||
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"
|
14
exampleSite/data/fr/author.yaml
Normal file
14
exampleSite/data/fr/author.yaml
Normal file
|
@ -0,0 +1,14 @@
|
|||
nickname: "Jane"
|
||||
image: "images/avatar.png"
|
||||
# give your some contact information. they will be used in the footer
|
||||
contactInfo:
|
||||
email: "janedoe@example.com"
|
||||
phone: "+0123456789"
|
||||
|
||||
# some summary about what you do
|
||||
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
|
|
@ -1,6 +0,0 @@
|
|||
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