Skip to content

Commit 3097e96

Browse files
committed
blog update
1 parent 28d92fb commit 3097e96

File tree

5 files changed

+9
-12
lines changed

5 files changed

+9
-12
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# Dev Kibe Blog
2+
# Kibe's Blog
33

44
Welcome to my personal blog powered by [Jekyll](https://jekyllrb.com/)! This blog is a space where I share insights, tutorials, and experiences related to software development.
55

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
title: Kibe's Blog
21
email: labanrotich6544@gmail.com
3-
description: A blog sharing insights on software development
2+
title: Welcome to My Tech Hub
3+
description: Join me on a journey through the world of software development, innovative solutions, and technology trends.
44
author: Laban Kibet
55
baseurl: ""
66
url: "https://laban254.github.io"

about.html

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
---
22
layout: page
33
title: About Me
4-
description: This is what I do.
4+
description: Discover my journey and passion for software development.
55
background: '/img/bg-about.jpg'
66
---
77

8-
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sed quisquam ut perspiciatis, repudiandae nulla animi iste vel, praesentium repellendus molestias aliquid consequatur, earum rem qui error voluptates eius enim consequuntur!</p>
9-
10-
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ex alias, earum consectetur quia natus ducimus voluptate explicabo, hic porro reprehenderit, quasi? Tenetur ipsum distinctio laboriosam perspiciatis officiis dolore, architecto id.</p>
11-
12-
<p class="mb-5">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Totam inventore aspernatur repellendus incidunt adipisci modi voluptates recusandae iste eligendi, repudiandae corporis quod aut, optio! Explicabo quaerat unde voluptatem! Itaque, eum!</p>
8+
<p class="about-me">Welcome! I am Laban Kibet, an enthusiastic software developer 🚀 from Nairobi, Kenya. My passion lies in creating innovative solutions 💡 and building products that elevate user experiences 🌟. As a full-stack developer specializing in backend development, DevOps, and AI integration, I am eager to embrace new challenges and opportunities in the tech world. Let’s connect and explore the possibilities together!</p>

assets/css/tags.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,5 @@ footer {
5151
text-align: center; /* Center text in footer */
5252
background-color: #f2f2f2; /* Footer background color */
5353
width: 100%; /* Full width for footer */
54-
}
54+
}
55+

posts/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
layout: page
3-
title: Posts
3+
title: Insights & Innovations
4+
description: Explore my latest posts on software development, innovative solutions, and tech trends.
45
background: '/img/bg-post.jpg'
56
---
6-
77
{% for post in paginator.posts %}
88

99
<article class="post-preview">

0 commit comments

Comments
 (0)