Home First Test Post
Post
Cancel

First Test Post

image alternative text

Welcome

Hello world, this is my first Jekyll blog post.

I hope you like it!

Sample Image

1
key: value
1
console.log("Hello World!");
1
2
3
4
5
6
#include<stdio.h>
int main()
{
    int a = 5;
    printf("%d",a);
}
1
2
3
{% if product.title contains 'Pack' %}
  This product's title contains the word Pack.
{% endif %}
This post is licensed under CC BY 4.0 by the author.