Skip to content

soulsbros/Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog

Just some thoughts

How to add a post

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.

Useful snippets

Code

{% highlight ruby %}
def print_hi(name)
  puts "Hi, #{name}"
end
print_hi('Tom')
{% endhighlight %}

Links

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

Images

<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

![The San Juan Mountains](/assets/images/mountains.jpg "San Juan Mountains")

Table

| Syntax      | Description |
| ----------- | ----------- |
| Header      | Title       |
| Paragraph   | First paragraph. <br><br> Second paragraph. |

About

Just some thoughts

Resources

Stars

Watchers

Forks

Contributors