Whenever you commit to this repository, GitHub Pages will run Jekyll to rebuild the pages in your site, from the content in your Markdown files.
Markdown is a lightweight and easy-to-use syntax for styling your writing. It includes conventions for
Syntax highlighted code block
# Header 1
## Header 2
### Header 3
- Bulleted
- List
1. Numbered
2. List
**Bold** and _Italic_ and `Code` text
[Link](url) and 
For more details see GitHub Flavored Markdown.
To create a new post, all you need to do is create a file in the _posts
directory. How you name files in this folder is important. Jekyll requires blog
post files to be named according to the following format:
YEAR-MONTH-DAY-title.MARKUP
Where YEAR
is a four-digit number, MONTH
and DAY
are both two-digit
numbers, and MARKUP
is the file extension representing the format used in the
file. For example, the following are examples of valid post filenames:
2011-12-31-new-years-eve-is-awesome.md
2012-09-12-how-to-write-a-blog.md
All blog post files must begin with YAML Front Matter. After that, it's simply a matter of deciding which format you prefer.
Read more here: https://jekyllrb.com/docs/posts/
Having trouble with Pages? Check out our documentation or contact support and we’ll help you sort it out.