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