1.8 KiB
layout | title | subtitle | tags | ||
---|---|---|---|---|---|
post | Or maybe Markdown | This post explains how you can write posts using Markdown. |
|
This post is written in markdown, but you can also write a [post using html]({% link _posts/2020-02-27-html-posts.html %}).
[NEW]: Now you can also create a private post, which will not be visible on the blog homepage, but is accessible via a URL. See [this secret post]({% link _posts/2020-04-05-private-example.html %}) as an example.
Posts should be named as %yyyy-%mm-%dd-your-post-title-here.md
, and placed in the _posts/
directory. Drafts can be kept in _drafts/
directory.
This is a heading
This is a sub-heading
This is a sub-sub-heading
Some
cool
colorful
text.
And some highlighting styles.
Here is a bulleted list,
- This is a bullet point
- This is another bullet point
Here is a numbered list,
- You can also number things down.
- And so on.
Here is a sample code snippet in C,
#include <stdio.h>
int main(void){
printf("hello world!");
}
Here is a horizontal rule,
Here is a blockquote,
There is no such thing as a hopeless situation. Every single circumstances of your life can change!
Here is a table,
ID | Name | Subject |
---|---|---|
201 | John | Physics |
202 | Doe | Chemistry |
203 | Samson | Biology |
Here is a link,
GitHub Inc. is a web-based hosting service
for version control using Git