diff --git a/_config.yml b/_config.yml
index af1a0ee..af02dc3 100644
--- a/_config.yml
+++ b/_config.yml
@@ -18,7 +18,7 @@ title: DevOps Visions Community # the main title
tagline:
If you want to go fast, go alone. If you want to go far, go together
# it will display as the sub-title
-description:
+description: DevOps Visions is an exclusive community of approximately 150 members from across the world. We have members from over 20 countries and have varied levels of experience. Our primary objective is to facilitate the sharing and exchange of knowledge within our group, thereby promoting ongoing, continuous learning and professional development.
# Fill in the protocol & hostname for your site.
# e.g. 'https://username.github.io', note that it does not end with a '/'.
@@ -224,3 +224,7 @@ jekyll-archives:
permalinks:
tag: /tags/:name/
category: /categories/:name/
+
+plugins:
+ - jekyll-include-cache
+ - jekyll-data
diff --git a/_data/authors.yml b/_data/authors.yml
index 531f463..5327201 100644
--- a/_data/authors.yml
+++ b/_data/authors.yml
@@ -1,4 +1,6 @@
Rehab Ragab:
name: Rehab Ragab
linkedin: https://www.linkedin.com/in/rehab-ragab/
- url: https://rehababotalep.github.io/
\ No newline at end of file
+ url: https://rehababotalep.github.io/
+ title: DevOps Engineer
+ position: Lead Developer
diff --git a/_includes/about_author.html b/_includes/about_author.html
new file mode 100644
index 0000000..9134b59
--- /dev/null
+++ b/_includes/about_author.html
@@ -0,0 +1,6 @@
+
+
About the Author
+
{{ site.data.authors[page.author].name }}
+
{{ site.data.authors[page.author].title }}
+
{{ site.data.authors[page.author].position }}
+
diff --git a/_includes/about_devops_visions.html b/_includes/about_devops_visions.html
new file mode 100644
index 0000000..712006d
--- /dev/null
+++ b/_includes/about_devops_visions.html
@@ -0,0 +1,4 @@
+
+
About DevOps Visions
+
DevOps Visions is an exclusive community of approximately 150 members from across the world. We have members from over 20 countries and have varied levels of experience. Our primary objective is to facilitate the sharing and exchange of knowledge within our group, thereby promoting ongoing, continuous learning and professional development.
+
diff --git a/_posts/2024-10-06-issue-types.md b/_posts/2024-10-06-issue-types.md
index b8982e1..0a01b97 100644
--- a/_posts/2024-10-06-issue-types.md
+++ b/_posts/2024-10-06-issue-types.md
@@ -168,8 +168,5 @@ You can watch the following video that walks you through all the steps explained
[](https://www.linkedin.com/events/7234094335183536128)
-
-
-
-
-
+{% include about_author.html %}
+{% include about_devops_visions.html %}