Skip to content

Commit

Permalink
add new post
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Woodside authored and Michael Woodside committed Sep 24, 2024
1 parent cb9b35b commit 0544534
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions _posts/2024-09-24-welcome-to-my-blog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
layout: post
title: "Welcome to my Blog!"
date: 2024-09-24 16:08:29 -0500
categories: New Site
---
This is the first blog on my new site, I know it isn't much yet, but I am hoping that over time this will become a resource for myself and others as I document my experiences in the DevOps World.

## Background

Lets see if this works properly
{% highlight ruby %}
def print_hi(name)
puts "Hi, #{name}"
end
print_hi('Tom')
#=> prints 'Hi, Tom' to STDOUT.
{% endhighlight %}

Check out the [Jekyll docs][jekyll-docs] for more info on how to get the most out of Jekyll. File all bugs/feature requests at [Jekyll’s GitHub repo][jekyll-gh]. If you have questions, you can ask them on [Jekyll Talk][jekyll-talk].

[jekyll-docs]: https://jekyllrb.com/docs/home
[jekyll-gh]: https://github.com/jekyll/jekyll
[jekyll-talk]: https://talk.jekyllrb.com/

0 comments on commit 0544534

Please sign in to comment.