maj icons sidebar
This commit is contained in:
parent
c492d17928
commit
6317c24d8b
13
config.toml
13
config.toml
@ -66,6 +66,7 @@ disable404 = true
|
|||||||
[params.education]
|
[params.education]
|
||||||
enable = true
|
enable = true
|
||||||
title = "Diplômes"
|
title = "Diplômes"
|
||||||
|
icon = "fa-graduation-cap"
|
||||||
|
|
||||||
[[params.education.list]]
|
[[params.education.list]]
|
||||||
degree = "Spécialisation Devops"
|
degree = "Spécialisation Devops"
|
||||||
@ -81,6 +82,7 @@ disable404 = true
|
|||||||
[params.language]
|
[params.language]
|
||||||
enable = true
|
enable = true
|
||||||
title = "Langues"
|
title = "Langues"
|
||||||
|
icon = "fa-comments-o"
|
||||||
|
|
||||||
[[params.language.list]]
|
[[params.language.list]]
|
||||||
language = "Français"
|
language = "Français"
|
||||||
@ -98,6 +100,7 @@ disable404 = true
|
|||||||
[params.interests]
|
[params.interests]
|
||||||
enable = true
|
enable = true
|
||||||
title = "Interests"
|
title = "Interests"
|
||||||
|
icon = "fa-bicycle"
|
||||||
|
|
||||||
[[params.interests.list]]
|
[[params.interests.list]]
|
||||||
interest = "Cinema"
|
interest = "Cinema"
|
||||||
@ -212,13 +215,9 @@ disable404 = true
|
|||||||
copyright = "Grégory Lebreton"
|
copyright = "Grégory Lebreton"
|
||||||
|
|
||||||
[languages]
|
[languages]
|
||||||
[languages.en]
|
|
||||||
# contentDir = "content/english"
|
|
||||||
# title = "Portfolio"
|
|
||||||
languageName = "English"
|
|
||||||
weight = 2
|
|
||||||
[languages.fr]
|
[languages.fr]
|
||||||
# contentDir = "content/francais"
|
|
||||||
# title = "Portfolio"
|
|
||||||
languageName = "French"
|
languageName = "French"
|
||||||
weight = 1
|
weight = 1
|
||||||
|
[languages.en]
|
||||||
|
languageName = "English"
|
||||||
|
weight = 2
|
@ -1,5 +1,4 @@
|
|||||||
privacy = 'privacy'
|
# English
|
||||||
security = 'security'
|
|
||||||
skills = 'skills'
|
skills = 'skills'
|
||||||
projects = 'projects'
|
projects = 'projects'
|
||||||
education = 'education'
|
education = 'education'
|
||||||
@ -7,4 +6,3 @@ language = 'languages'
|
|||||||
interests = 'interests'
|
interests = 'interests'
|
||||||
summary = 'summary'
|
summary = 'summary'
|
||||||
experiences = 'experiences'
|
experiences = 'experiences'
|
||||||
tagline = 'Devops Engineer'
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
# French
|
||||||
skills = 'compétences'
|
skills = 'compétences'
|
||||||
projects = 'réalisations'
|
projects = 'réalisations'
|
||||||
education = 'formation'
|
education = 'formation'
|
||||||
@ -5,5 +6,3 @@ language = 'langues'
|
|||||||
interests = 'loisirs'
|
interests = 'loisirs'
|
||||||
summary = 'résumé'
|
summary = 'résumé'
|
||||||
experiences = 'expériences'
|
experiences = 'expériences'
|
||||||
tagline = 'Ingénieur Devops'
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user