Skip to content

Commit 2bdbb8a

Browse files
committed
feat(plugin): add seo, polyglot plugins, block image
1 parent 32b2e0f commit 2bdbb8a

4 files changed

Lines changed: 17 additions & 2 deletions

File tree

_config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,12 @@ paginate: 10
138138
# The base URL of your site
139139
baseurl: ""
140140

141+
plugins:
142+
- jekyll-seo-tag
143+
- jekyll-sitemap
144+
- jekyll-archives
145+
- jekyll-paginate
146+
141147
# ------------ The following options are not recommended to be modified ------------------
142148

143149
kramdown:

_posts/2024-11-12-la-pair-de-rayons-au-pays-du-soleil-levant.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ date: 2024-11-12 00:00:00 +0100
44
categories: [Life, Travel]
55
tags: [bikepacking] # TAG names should always be lowercase
66
description: Rétrospective de mon voyage à vélo de Séoul à Tokyo
7+
lang: fr-FR
78
author: sofianlak
89
image:
910
path: /assets/img/headers/s2t-header.jpg

_posts/2026-03-07-la-chamade.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ date: 2026-03-07 18:00:00 +0100
44
categories: [Life, Travel]
55
tags: [bikepacking, voyage, poetry] # TAG names should always be lowercase
66
description: Une montée de 25 km à Shikoku, un carrefour des émotions
7+
lang: fr-FR
78
author: sofianlak
89
image:
910
path: /assets/img/headers/shikoku.png

_tabs/about.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,14 @@ description: >-
99

1010
## **Who am I?**
1111

12-
![Sofian Lakhdar - DevOps](/assets/img/sofianlak.png){: width="180" height="200" .w-40 .left}
12+
<style>
13+
.content a.popup.w-no-popup {
14+
pointer-events: none;
15+
cursor: default;
16+
}
17+
</style>
18+
19+
![Sofian Lakhdar - DevOps](/assets/img/sofianlak.png){: width="180" height="200" .w-40 .left .w-no-popup}
1320
**Sofian Lakhdar** has built his career around **`DevOps`** practices and **`Platform Engineering`**. He is guided by values inspired from sports: self-improvement, continuous learning, team spirit, and solidarity. These principles permeate his professional and personal life, enabling him to approach every challenge with commitment.
1421

1522
## **Why this blog?**
@@ -19,4 +26,4 @@ This blog aims to share both theoretical insights and practical knowledge on **`
1926
## **How to contact me?**
2027

2128
For any questions or simply to discuss blog topics, you can contact me via email at **[contact@sofianlak.fr](mailto:contact@sofianlak.fr)** or through **[LinkedIn](https://www.linkedin.com/in/sofianlakhdar/){:target="_blank"}**.
22-
Whether it's to discuss DevOps or other shared passions, don't hesitate to reach out!
29+
Whether it's to discuss DevOps or other shared passions, don't hesitate to reach out!

0 commit comments

Comments
 (0)