Skip to content

Commit

Permalink
Update site
Browse files Browse the repository at this point in the history
  • Loading branch information
kallioli committed Feb 16, 2024
1 parent 98f9d96 commit dd81ccf
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 15 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 4 additions & 0 deletions _data/authors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
kevin:
name: Kevin Allioli
twitter: https://twitter.com/linit_io
url: https://linit.io
14 changes: 7 additions & 7 deletions _data/contact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://fontawesome.com/>
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"
Expand Down
2 changes: 1 addition & 1 deletion _data/locales/fr-FR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 4 additions & 2 deletions _sass/addon/commons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -787,6 +787,7 @@ html {

&:hover {
background-color: var(--sidebar-hover-bg);
opacity: 0.8;
}

i {
Expand All @@ -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;
}
Expand Down
2 changes: 1 addition & 1 deletion _tabs/archives.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: archives
icon: fas fa-archive
order: 3
order: 1
---
2 changes: 1 addition & 1 deletion _tabs/categories.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: categories
icon: fas fa-stream
order: 1
order: 2
---
2 changes: 1 addition & 1 deletion _tabs/tags.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: tags
icon: fas fa-tags
order: 2
order: 3
---

0 comments on commit dd81ccf

Please sign in to comment.