How to GitHub Pages
Table of Contents
Some References
- Basics of
liquid
: link
Others
-
Reference: http://jmcglone.com/guides/github-pages/
-
Enable latex support for maths: link
-
Improve code hilighting : link
{/% highlight ruby linenos %} {/% endhighlight %}
-
Writing project from scratch: link
-
Controling link in Jekyll: link
-
Build blog site with Jekyll: link
-
Add figure and resize it:
Here is an inline
![smiley](\{\{ site.url }}/assets/smiley.png){:height="36px" width="36px"}
.And here is a referenced
![smile]
[smile]: \{\{ site.url }}/assets/smile.png {: height="36px" width="36px"}
Ref:
-
To add table of content in github pages: Add following two lines in the blog page in which you need table of content :
* Do not remove this line (it will not be displayed) {:toc}
-
To image resize use
<img src="Link" width="200" height="200" />
-
How to link post, pages or any internal links; Reference: stackoverflow, Jekyll documentation
Enjoy Reading This Article?
Here are some more articles you might like to read next: