Skip to content

Story - Blog - Add Author and DevOps Visions Information to Each Post #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ title: DevOps Visions Community # the main title

tagline: <div>If you want to go fast, go alone. If you want to go far, go together</div> # 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 '/'.
Expand Down Expand Up @@ -224,3 +224,7 @@ jekyll-archives:
permalinks:
tag: /tags/:name/
category: /categories/:name/

plugins:
- jekyll-include-cache
- jekyll-data
4 changes: 3 additions & 1 deletion _data/authors.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
Rehab Ragab:
name: Rehab Ragab
linkedin: https://www.linkedin.com/in/rehab-ragab/
url: https://rehababotalep.github.io/
url: https://rehababotalep.github.io/
title: DevOps Engineer
position: Lead Developer
6 changes: 6 additions & 0 deletions _includes/about_author.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<div class="about-author">
<h2>About the Author</h2>
<p><strong>{{ site.data.authors[page.author].name }}</strong></p>
<p>{{ site.data.authors[page.author].title }}</p>
<p>{{ site.data.authors[page.author].position }}</p>
</div>
4 changes: 4 additions & 0 deletions _includes/about_devops_visions.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<div class="about-devops-visions">
<h2>About DevOps Visions</h2>
<p>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.</p>
</div>
7 changes: 2 additions & 5 deletions _posts/2024-10-06-issue-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,5 @@ You can watch the following video that walks you through all the steps explained

[![Public Session](/assets/img/issue-types/21-session.png)](https://www.linkedin.com/events/7234094335183536128)






{% include about_author.html %}
{% include about_devops_visions.html %}