diff --git a/config.toml b/config.toml index e410124..023a957 100644 --- a/config.toml +++ b/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 \ No newline at end of file + weight = 1 + [languages.en] + languageName = "English" + weight = 2 \ No newline at end of file diff --git a/i18n/en.toml b/i18n/en.toml index 8b7a4fa..3729446 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -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' diff --git a/i18n/fr.toml b/i18n/fr.toml index c60fac6..4cb43ae 100644 --- a/i18n/fr.toml +++ b/i18n/fr.toml @@ -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' -