Just some thoughts
Create a new file in _posts with the same filename structure as the other ones.
Then add the snippet at the top and customize it as needed:
---
layout: post
title: "Welcome!"
date: 2025-12-27 02:20:14 +0100
categories: electronics, bananas
author: Steeven
---Note: if the date is in the future, the post will not show up. A re-build of the site (via pipeline) is necessary after the publish date to make it appear.
{% highlight ruby %}
def print_hi(name)
puts "Hi, #{name}"
end
print_hi('Tom')
{% 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].
[jekyll-docs]: http://jekyllrb.com/docs/home
[jekyll-gh]: https://github.com/jekyll/jekyll<figure>
<img src="/assets/images/albuquerque.jpg"
alt="Albuquerque, New Mexico">
<figcaption>A single track trail outside of Albuquerque, New Mexico.</figcaption>
</figure>Or simply
| Syntax | Description |
| ----------- | ----------- |
| Header | Title |
| Paragraph | First paragraph. <br><br> Second paragraph. |