Skip to content

Commit 15da182

Browse files
committed
chore(seo): rewrite about page and others yml
1 parent 495d73c commit 15da182

4 files changed

Lines changed: 14 additions & 42 deletions

File tree

_config.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,13 @@ title: "Sofian Lakhdar" # the main title
1919
tagline: "Sharing my knowledge about DevOps, Platform Engineering & life experiences" # it will display as the sub-title
2020

2121
description: >- # used by seo meta and the atom feed
22-
A blog sharing insights on DevOps, Site Reliability Engineering (SRE), and life experiences.
22+
The personal blog of Sofian Lakhdar. Sharing insights on DevOps, Platform Engineering, and life experiences.
23+
24+
keywords: [Sofian Lakhdar, DevOps, Platform Engineering, Blog]
2325

2426
# Fill in the protocol & hostname for your site.
2527
# e.g. 'https://username.github.io', note that it does not end with a '/'.
26-
url: "https://www.sofianlak.fr"
28+
url: "https://sofianlak.fr"
2729

2830
github:
2931
username: sofianlak # change to your github username
@@ -89,7 +91,7 @@ avatar: https://avatars.githubusercontent.com/u/46819329?v=4
8991

9092
# The URL of the site-wide social preview image used in SEO `og:image` meta tag.
9193
# It can be overridden by a customized `page.image` in front matter.
92-
social_preview_image: # string, local or CORS resources
94+
social_preview_image: /assets/img/sofianlak.png # string, local or CORS resources
9395

9496
# boolean type, the global switch for TOC in posts.
9597
toc: true

_data/authors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
sofianlak:
22
name: Sofian Lakhdar
33
url: https://sofianlak.fr/about/
4-
twitter: https://x.com/sofianlak_fr
4+
twitter: https://x.com/s00fian

_data/share.yml

Lines changed: 3 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -11,39 +11,6 @@ platforms:
1111
- type: Threads
1212
icon: "fa-brands fa-square-threads"
1313
link: "https://www.threads.net/intent/post?text=TITLE%20URL"
14-
- type: Facebook
15-
icon: "fab fa-facebook-square"
16-
link: "https://www.facebook.com/sharer/sharer.php?title=TITLE&u=URL"
17-
18-
# - type: Telegram
19-
# icon: "fab fa-telegram"
20-
# link: "https://t.me/share/url?url=URL&text=TITLE"
21-
#
22-
# Uncomment below if you need to.
23-
#
24-
#
25-
# - type: Weibo
26-
# icon: "fab fa-weibo"
27-
# link: "https://service.weibo.com/share/share.php?title=TITLE&url=URL"
28-
#
29-
# - type: Mastodon
30-
# icon: "fa-brands fa-mastodon"
31-
# # See: https://github.com/justinribeiro/share-to-mastodon#properties
32-
# instances:
33-
# - label: mastodon.social
34-
# link: "https://mastodon.social/"
35-
# - label: mastodon.online
36-
# link: "https://mastodon.online/"
37-
# - label: fosstodon.org
38-
# link: "https://fosstodon.org/"
39-
# - label: photog.social
40-
# link: "https://photog.social/"
41-
#
42-
# - type: Bluesky
43-
# icon: "fa-brands fa-bluesky"
44-
# link: "https://bsky.app/intent/compose?text=TITLE%20URL"
45-
#
46-
# - type: Reddit
47-
# icon: "fa-brands fa-square-reddit"
48-
# link: "https://www.reddit.com/submit?url=URL&title=TITLE"
49-
#
14+
- type: Reddit
15+
icon: "fa-brands fa-square-reddit"
16+
link: "https://www.reddit.com/submit?url=URL&title=TITLE"

_tabs/about.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,14 @@
22
# the default layout is 'page'
33
icon: fas fa-info-circle
44
order: 4
5+
title: About Sofian Lakhdar
6+
description: >-
7+
Learn more about Sofian Lakhdar, a DevOps and Platform Engineer. Discover his journey, skills, and projects.
58
---
69

710
## **Who am I?**
811

9-
![Desktop View](/assets/img/sofianlak.png){: width="180" height="200" .w-40 .left}
12+
![Sofian Lakhdar - DevOps](/assets/img/sofianlak.png){: width="180" height="200" .w-40 .left}
1013
**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.
1114

1215
## **Why this blog?**
@@ -16,4 +19,4 @@ This blog aims to share both theoretical insights and practical knowledge on **`
1619
## **How to contact me?**
1720

1821
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"}**.
19-
Whether it's to discuss SRE/DevOps or other shared passions, don't hesitate to reach out!
22+
Whether it's to discuss DevOps or other shared passions, don't hesitate to reach out!

0 commit comments

Comments
 (0)