diff --git a/_config.yml b/_config.yml index ba81199..f48365e 100644 --- a/_config.yml +++ b/_config.yml @@ -14,9 +14,9 @@ timezone: Europe/Paris # jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md # ↓ -------------------------- -title: Chirpy # the main title +title: linit.io # the main title -tagline: A text-focused Jekyll theme # it will display as the sub-title +tagline: Open your IT Mindset # it will display as the sub-title description: >- # used by seo meta and the atom feed A minimal, responsive and feature-rich Jekyll theme for technical writing. diff --git a/_data/authors.yml b/_data/authors.yml new file mode 100644 index 0000000..8ab4f61 --- /dev/null +++ b/_data/authors.yml @@ -0,0 +1,4 @@ +kevin: + name: Kevin Allioli + twitter: https://twitter.com/linit_io + url: https://linit.io diff --git a/_data/contact.yml b/_data/contact.yml index 28dd151..82ff689 100644 --- a/_data/contact.yml +++ b/_data/contact.yml @@ -3,16 +3,16 @@ - type: github icon: "fab fa-github" -- type: instagram - icon: "fab fa-instagram" - url: 'https://instagram.com' - - type: twitter icon: "fa-brands fa-x-twitter" -- type: linkedin - icon: 'fab fa-linkedin' # icons powered by - url: 'https://fr.linkedin.com/company/linit-io' # Fill with your Linkedin homepage +- type: discord + icon: "fa-brands fa-discord" + url: 'https://linit.link/dscd' + +- type: youtube + icon: "fa-brands fa-youtube" + url: 'https://linit.link/ytb' #- type: email # icon: "fas fa-envelope" diff --git a/_data/locales/fr-FR.yml b/_data/locales/fr-FR.yml index 72b034d..b96dfdf 100644 --- a/_data/locales/fr-FR.yml +++ b/_data/locales/fr-FR.yml @@ -14,7 +14,7 @@ tabs: categories: Catégories tags: Tags archives: Archives - about: A propos de + about: À propos # the text displayed in the search bar & search results search: diff --git a/_sass/addon/commons.scss b/_sass/addon/commons.scss index 1403ecd..364a577 100644 --- a/_sass/addon/commons.scss +++ b/_sass/addon/commons.scss @@ -772,7 +772,7 @@ html { margin-bottom: 2rem; li.nav-item { - opacity: 0.9; + opacity: 1; width: 100%; padding-left: 1.5rem; padding-right: 1.5rem; @@ -787,6 +787,7 @@ html { &:hover { background-color: var(--sidebar-hover-bg); + opacity: 0.8; } i { @@ -805,7 +806,8 @@ html { .nav-link { color: var(--sidebar-active-color); background-color: var(--sidebar-hover-bg); - + border: solid var(--avatar-border-color) 1px; + span { opacity: 1; } diff --git a/_tabs/archives.md b/_tabs/archives.md index c3abc59..207adb7 100644 --- a/_tabs/archives.md +++ b/_tabs/archives.md @@ -1,5 +1,5 @@ --- layout: archives icon: fas fa-archive -order: 3 +order: 1 --- diff --git a/_tabs/categories.md b/_tabs/categories.md index 2d241be..0a3c10a 100644 --- a/_tabs/categories.md +++ b/_tabs/categories.md @@ -1,5 +1,5 @@ --- layout: categories icon: fas fa-stream -order: 1 +order: 2 --- diff --git a/_tabs/tags.md b/_tabs/tags.md index ded3adc..fe3da5a 100644 --- a/_tabs/tags.md +++ b/_tabs/tags.md @@ -1,5 +1,5 @@ --- layout: tags icon: fas fa-tags -order: 2 +order: 3 ---