# This is an <h1> tag
## This is an <h2> tag
### This is an <h3> tag
#### This is an <h4> tag
##### This is an <h5> tag
###### This is an <h6> tag
*This text will be italic*
_This will also be italic_
**This text will be bold**
__This will also be bold__
1. Ordered list item 1
1. Ordered sub-list item 1
3. Ordered list item 2
* Unordered sub-list item 1
inline-style image:

inline-style image:
[inline-style link](https://github.com/)
[relative inline-style link to a repository file](../blob/master/LICENSE)
[inline-style link with title](https://github.com/ "GitHub's homepage")
[reference-style link][reference link 1]
[reference-style link with number][1]
[use the reference-style link itself]
<http://www.this-is-also-a-link.com>
[reference link 1]: https://github.com/
[1]: https://github.com/
As Kanye West said:
> We're living the future so
> the present is our past.
As Kanye West said:
We’re living the future so the present is our past.
`inline code`
inline-code
```javascript
variable = "javascript code";
alert(variable);
```
variable = "javascript code";
alert(variable);
<b>bold text using html</b>
<p>paragraph using html</p>
bold text using html
paragraph using html
Youtube:
<div class="embed embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" width="560" height="315" src="https://www.youtube.com/embed/afvT1c1ii0c" frameborder="0" allowfullscreen></iframe>
</div>
# line below wrapped in liquid open and close tags
gist SergiuTripon/bf0b097336814276baacf56802965de3
You’ll find this post in your _posts
directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run jekyll serve
, which launches a web server and auto-regenerates your site when a file is updated.
To add new posts, simply add a file in the _posts
directory that follows the convention YYYY-MM-DD-name-of-post.ext
and includes the necessary front matter. Take a look at the source for this post to get an idea about how it works.
Jekyll also offers powerful support for code snippets:
Read more