The First Github Page For Testing Github Blog

This post is to test the eligible of static pages using jekyll and mathjax toolkit.

Jekyll also offers powerful support for code snippets:

1
2
3
4
5
def print_hi(name)
  print "Hi", name

print_hi('Tom')
# prints 'Hi, Tom' to STDOUT.

A formula example of

example 1:

\(a^2+b^2=c^2\)

example 2:

\(f(x) = wx+b\)

example 3:

\[ sin(x^2) \]

example 4:

\[ \mathbf{X_{n,p}} = \mathbf{Z}_{n,k} \mathbf{P^\mathsf{T}_{k,p}} \]

example 5:

\[ \sqrt{\frac{n!}{k!(n-k)!}} \] Check out the Jekyll docs for more info on how to get the most out of Jekyll.