chg color (css) + skilss

v4
greg 7 months ago
parent 4f9ba0b885
commit c492d17928
  1. 46
      config.toml
  2. 10
      i18n/en.toml
  3. 3
      i18n/fr.toml

@ -4,6 +4,7 @@ baseurl = "/"
languageCode = ['fr-fr', 'en-us']
title = "Grégory Lebreton"
theme = "hugo-orbit-theme"
defaultContentLanguage = "fr"
# Do not build files for websites. Need them? Set to false
disableRSS = true
@ -23,7 +24,7 @@ disable404 = true
# are available. Also the source LESS files are included so
# it’s quick and easy to change the styling and colour scheme.
styles = "styles.css"
styles = "styles-2.css"
# Sidebar sections
@ -40,15 +41,9 @@ disable404 = true
[[params.contact.list]]
class = "email"
icon = "fa-envelope"
url = "mailto: yourname@email.com"
url = "mailto: greg.lebreton@hotmail.com"
title = "greg.lebreton@hotmail.com"
# [[params.contact.list]]
# class = "phone"
# icon = "fa-phone"
# url = "tel:+1234567890"
# title = "+1234567890"
[[params.contact.list]]
class = "website"
icon = "fa-globe"
@ -58,8 +53,8 @@ disable404 = true
[[params.contact.list]]
class = "linkedin"
icon = "fa-linkedin"
url = "//linkedin.com/in/johndoe"
title = "linkedin.com/in/johndoe"
url = "//linkedin.com/in/grégory-lebreton-996b261bb"
title = "linkedin"
[[params.contact.list]]
class = "github"
@ -67,12 +62,6 @@ disable404 = true
url = "//git.gregandev.fr/gregandev"
title = "git.gregandev.fr"
# [[params.contact.list]]
# class = "twitter"
# icon = "fa-twitter"
# url = "//twitter.com/username"
# title = "@twittername"
# Education section
[params.education]
enable = true
@ -180,30 +169,35 @@ disable404 = true
enable = true
icon = "fa-rocket"
title = "Skills & Proficiency"
[[params.skills.list]]
skill = "Bash"
level = "95%"
[[params.skills.list]]
skill = "Docker"
level = "98%"
level = "95%"
[[params.skills.list]]
skill = "Kubernetes"
level = "95%"
level = "90%"
[[params.skills.list]]
skill = "Python & Django"
level = "75%"
level = "80%"
[[params.skills.list]]
skill = "HTML5 & CSS"
level = "80%"
skill = "Java"
level = "70%"
[[params.skills.list]]
skill = "Ansible"
level = "75%"
[[params.skills.list]]
skill = "Java"
level = "70%"
skill = "HTML5 & CSS"
level = "80%"
# Footer section
@ -222,9 +216,9 @@ disable404 = true
# contentDir = "content/english"
# title = "Portfolio"
languageName = "English"
weight = 1
weight = 2
[languages.fr]
# contentDir = "content/francais"
# title = "Portfolio"
languageName = "French"
weight = 2
weight = 1

@ -3,16 +3,8 @@ security = 'security'
skills = 'skills'
projects = 'projects'
education = 'education'
languages = 'languages'
language = 'languages'
interests = 'interests'
summary = 'summary'
experiences = 'experiences'
tagline = 'Devops Engineer'
[day]
one = 'day'
other = 'days'
[day_with_count]
one = '{{ . }} day'
other = '{{ . }} days'

@ -1,8 +1,7 @@
skills = 'compétences'
projects = 'réalisations'
education = 'formation'
languages = 'langues'
language = 'langues'
interests = 'loisirs'
summary = 'résumé'
experiences = 'expériences'

Loading…
Cancel
Save