• Latex syntax for markdown

    Equations Linear equation: \(y = \alpha x + \beta\) Quadratic equation: \(ax^2 + bx + c = 0\). When \(a \ne 0\), there are two solutions to the above equation: \(x = {-b \pm \sqrt{b^2-4ac} \over 2a}.\) Integral: \begin{equation}\label{label} \frac{\mathrm{d}}{\mathrm{d} x} \int_{a}^{x} f(s)ds = f(x) \end{equation}

  • Code Syntax

    To insert highlight code inside of a post, it’s enough to use some specific tags, has directly described into the Jekyll documentation. In this way the code will be included into a .highlight CSS class and will be highlighted according to the syntax.scss file. This is the standard style adopted...

  • Markdown Typography

    Markdown is a light-weight and easy to use syntax for styling all forms and writing on github platform. With Markdown, it is easy to control the display of the document. In the following sections, we’ll have a look at how basic styling and type-setting is done in Markdown format. One...

  • Installing Jekyll

    Installing Jekyll in Ubuntu 16.04 Step 1 Update your package list: $ sudo apt-get update Step 2 Install Ruby and its development libraries as well as make and build-essential so that Jekyll’s libraries will compile once Jekyll is installed. $ sudo apt-get install ruby ruby-dev make build-essential Step 3 Add...