Skip to content

Latest commit

 

History

History
66 lines (55 loc) · 2.45 KB

index.md

File metadata and controls

66 lines (55 loc) · 2.45 KB
layout title MathJax
default
Welcome to Our Jekyll theme
true

Hai... Friends, First of all I would like to say I am not a webdesigner. But you don't have to worry about that, while forking this Jekyll theme or template. This is one of the best theme available for Jekyll. I am using this theme for my personal blog. If you are like this theme, you can fork this theme. This theme is fully open source. But you have to ensure that the contents in the blog({% raw %}_post folder{% endraw %}) is not publishing along with creating your blog. It is a multipurpose Jekyll theme. But this theme is more suitable for blogging. This theme has following features:

  • Post by category
  • Posts are archived by tags
  • Tag cloud
  • Search using supersearch.js
  • Intro Image for each post
  • Parallax effect for each post
  • Sitemap
  • Two way syntax highlighting
  • Syntax highlighting using Prism and Rouge
  • More color options for theme(Powered with W3.css)
  • Mathjax support
  • Important notes can be highlighted
  • Including youtube video responsively
  • Including modal image responsively

Disadvantages

  • Search overlay color do not changes with page color
  • Didn't added extra grid for large display(1200px).

Video

 <iframe class="embed-responsive-item" src="https://www.youtube.com/embed/zpOULjyy-n8?rel=0" allowfullscreen></iframe>

Responsive Table

Tables       Are           Cool   as   Ice Cream   and  
col 3 is     right-aligned $1600 $600000   Arun.     Arun.  
col 2 is     centered       $12   $345     K.       Alwyn.
zebra stripes are neat       $1    $200    Soman.  Jestin.
{: class="w3-responsive"}

Embedd JS fiddle

<script async src="//jsfiddle.net/chipprogrammer/x6u5y3Ls/embed/html,css,result/dark/"></script>

Responsive math block using MathJax

$$ \begin{align*} & \phi(x,y) = \phi \left(\sum_{i=1}^n x_ie_i, \sum_{j=1}^n y_je_j \right) = \sum_{i=1}^n \sum_{j=1}^n x_i y_j \phi(e_i, e_j) = \\ & (x_1, \ldots, x_n) \left( \begin{array}{ccc} \phi(e_1, e_1) & \cdots & \phi(e_1, e_n) \\ \vdots & \ddots & \vdots \\ \phi(e_n, e_1) & \cdots & \phi(e_n, e_n) \end{array} \right) \left( \begin{array}{c} y_1 \\ \vdots \\ y_n \end{array} \right) \end{align*} $$