chg color (css) + skilss
This commit is contained in:
parent
4f9ba0b885
commit
c492d17928
50
config.toml
50
config.toml
@ -4,6 +4,7 @@ baseurl = "/"
|
|||||||
languageCode = ['fr-fr', 'en-us']
|
languageCode = ['fr-fr', 'en-us']
|
||||||
title = "Grégory Lebreton"
|
title = "Grégory Lebreton"
|
||||||
theme = "hugo-orbit-theme"
|
theme = "hugo-orbit-theme"
|
||||||
|
defaultContentLanguage = "fr"
|
||||||
|
|
||||||
# Do not build files for websites. Need them? Set to false
|
# Do not build files for websites. Need them? Set to false
|
||||||
disableRSS = true
|
disableRSS = true
|
||||||
@ -23,7 +24,7 @@ disable404 = true
|
|||||||
# are available. Also the source LESS files are included so
|
# are available. Also the source LESS files are included so
|
||||||
# it’s quick and easy to change the styling and colour scheme.
|
# it’s quick and easy to change the styling and colour scheme.
|
||||||
|
|
||||||
styles = "styles.css"
|
styles = "styles-2.css"
|
||||||
|
|
||||||
# Sidebar sections
|
# Sidebar sections
|
||||||
|
|
||||||
@ -40,15 +41,9 @@ disable404 = true
|
|||||||
[[params.contact.list]]
|
[[params.contact.list]]
|
||||||
class = "email"
|
class = "email"
|
||||||
icon = "fa-envelope"
|
icon = "fa-envelope"
|
||||||
url = "mailto: yourname@email.com"
|
url = "mailto: greg.lebreton@hotmail.com"
|
||||||
title = "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]]
|
[[params.contact.list]]
|
||||||
class = "website"
|
class = "website"
|
||||||
icon = "fa-globe"
|
icon = "fa-globe"
|
||||||
@ -58,8 +53,8 @@ disable404 = true
|
|||||||
[[params.contact.list]]
|
[[params.contact.list]]
|
||||||
class = "linkedin"
|
class = "linkedin"
|
||||||
icon = "fa-linkedin"
|
icon = "fa-linkedin"
|
||||||
url = "//linkedin.com/in/johndoe"
|
url = "//linkedin.com/in/grégory-lebreton-996b261bb"
|
||||||
title = "linkedin.com/in/johndoe"
|
title = "linkedin"
|
||||||
|
|
||||||
[[params.contact.list]]
|
[[params.contact.list]]
|
||||||
class = "github"
|
class = "github"
|
||||||
@ -67,12 +62,6 @@ disable404 = true
|
|||||||
url = "//git.gregandev.fr/gregandev"
|
url = "//git.gregandev.fr/gregandev"
|
||||||
title = "git.gregandev.fr"
|
title = "git.gregandev.fr"
|
||||||
|
|
||||||
# [[params.contact.list]]
|
|
||||||
# class = "twitter"
|
|
||||||
# icon = "fa-twitter"
|
|
||||||
# url = "//twitter.com/username"
|
|
||||||
# title = "@twittername"
|
|
||||||
|
|
||||||
# Education section
|
# Education section
|
||||||
[params.education]
|
[params.education]
|
||||||
enable = true
|
enable = true
|
||||||
@ -180,30 +169,35 @@ disable404 = true
|
|||||||
enable = true
|
enable = true
|
||||||
icon = "fa-rocket"
|
icon = "fa-rocket"
|
||||||
title = "Skills & Proficiency"
|
title = "Skills & Proficiency"
|
||||||
|
|
||||||
[[params.skills.list]]
|
|
||||||
skill = "Docker"
|
|
||||||
level = "98%"
|
|
||||||
|
|
||||||
[[params.skills.list]]
|
[[params.skills.list]]
|
||||||
skill = "Kubernetes"
|
skill = "Bash"
|
||||||
level = "95%"
|
level = "95%"
|
||||||
|
|
||||||
[[params.skills.list]]
|
[[params.skills.list]]
|
||||||
skill = "Python & Django"
|
skill = "Docker"
|
||||||
level = "75%"
|
level = "95%"
|
||||||
|
|
||||||
[[params.skills.list]]
|
[[params.skills.list]]
|
||||||
skill = "HTML5 & CSS"
|
skill = "Kubernetes"
|
||||||
|
level = "90%"
|
||||||
|
|
||||||
|
[[params.skills.list]]
|
||||||
|
skill = "Python & Django"
|
||||||
level = "80%"
|
level = "80%"
|
||||||
|
|
||||||
|
[[params.skills.list]]
|
||||||
|
skill = "Java"
|
||||||
|
level = "70%"
|
||||||
|
|
||||||
[[params.skills.list]]
|
[[params.skills.list]]
|
||||||
skill = "Ansible"
|
skill = "Ansible"
|
||||||
level = "75%"
|
level = "75%"
|
||||||
|
|
||||||
[[params.skills.list]]
|
[[params.skills.list]]
|
||||||
skill = "Java"
|
skill = "HTML5 & CSS"
|
||||||
level = "70%"
|
level = "80%"
|
||||||
|
|
||||||
|
|
||||||
# Footer section
|
# Footer section
|
||||||
|
|
||||||
@ -222,9 +216,9 @@ disable404 = true
|
|||||||
# contentDir = "content/english"
|
# contentDir = "content/english"
|
||||||
# title = "Portfolio"
|
# title = "Portfolio"
|
||||||
languageName = "English"
|
languageName = "English"
|
||||||
weight = 1
|
weight = 2
|
||||||
[languages.fr]
|
[languages.fr]
|
||||||
# contentDir = "content/francais"
|
# contentDir = "content/francais"
|
||||||
# title = "Portfolio"
|
# title = "Portfolio"
|
||||||
languageName = "French"
|
languageName = "French"
|
||||||
weight = 2
|
weight = 1
|
10
i18n/en.toml
10
i18n/en.toml
@ -3,16 +3,8 @@ security = 'security'
|
|||||||
skills = 'skills'
|
skills = 'skills'
|
||||||
projects = 'projects'
|
projects = 'projects'
|
||||||
education = 'education'
|
education = 'education'
|
||||||
languages = 'languages'
|
language = 'languages'
|
||||||
interests = 'interests'
|
interests = 'interests'
|
||||||
summary = 'summary'
|
summary = 'summary'
|
||||||
experiences = 'experiences'
|
experiences = 'experiences'
|
||||||
tagline = 'Devops Engineer'
|
tagline = 'Devops Engineer'
|
||||||
|
|
||||||
[day]
|
|
||||||
one = 'day'
|
|
||||||
other = 'days'
|
|
||||||
[day_with_count]
|
|
||||||
one = '{{ . }} day'
|
|
||||||
other = '{{ . }} days'
|
|
||||||
|
|
||||||
|
@ -1,8 +1,7 @@
|
|||||||
|
|
||||||
skills = 'compétences'
|
skills = 'compétences'
|
||||||
projects = 'réalisations'
|
projects = 'réalisations'
|
||||||
education = 'formation'
|
education = 'formation'
|
||||||
languages = 'langues'
|
language = 'langues'
|
||||||
interests = 'loisirs'
|
interests = 'loisirs'
|
||||||
summary = 'résumé'
|
summary = 'résumé'
|
||||||
experiences = 'expériences'
|
experiences = 'expériences'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user