diff --git a/content/bridging-python-and-rust.md b/content/bridging-python-and-rust.md
index f5be832..2cc5a90 100644
--- a/content/bridging-python-and-rust.md
+++ b/content/bridging-python-and-rust.md
@@ -1,6 +1,7 @@
+++
title = "Bridging Python & Rust: A Walkthrough of using Py03"
date = 2025-05-18
+description = "A practical guide to exposing Rust functions to Python using PyO3."
[taxonomies]
tags = ["rust", "python", "py03"]
diff --git a/content/project-based-learning.md b/content/project-based-learning.md
index 00a2ff5..4ba0e05 100644
--- a/content/project-based-learning.md
+++ b/content/project-based-learning.md
@@ -1,6 +1,7 @@
+++
title = "Project-Based Learning: The Method That Made Rust Finally Click"
date = 2025-02-07
+description = "How hands-on projects finally helped me learn Rust after years of false starts."
[taxonomies]
tags = ["rust", "learning"]
diff --git a/content/starting-a-blog.md b/content/starting-a-blog.md
index 1172075..e88eba0 100644
--- a/content/starting-a-blog.md
+++ b/content/starting-a-blog.md
@@ -1,6 +1,7 @@
+++
title = "Stepping Out of My Comfort Zone: A Backend Engineer's Journey into Blogging"
date = 2024-10-13
+description = "Why I started blogging and my experience setting up Zola with GitHub Pages."
[taxonomies]
tags = ["blogging", "zola"]
diff --git a/static/favicon.ico b/static/favicon.ico
new file mode 100644
index 0000000..351523f
Binary files /dev/null and b/static/favicon.ico differ
diff --git a/templates/index.html b/templates/index.html
index ee1b829..5c05784 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -8,6 +8,7 @@
{% block meta_content %}
+