Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.06 KB

README.md

File metadata and controls

46 lines (33 loc) · 1.06 KB

Get started with Pagine

This is an example template for getting started with Pagine and template Genesis. View Documentation.

Run Pagine in server mode

$ pagine --serve :12450

Open browser and go to http://127.0.0.1:12450

Features Demo of Genesis

Tip

Only available features are shown below.

Dark mode

The button in the upper right corner is used to toggle between light (sun) and dark (moon) mode.

You may notice it.

MathJax

$$ \left[ \begin{array}{a} a^l_1 \ ⋮ \ a^l_{d_l} \end{array}\right] = \sigma( \left[ \begin{matrix} w^l_{1,1} & ⋯ & w^l_{1,d_{l-1}} \ ⋮ & ⋱ & ⋮ \ w^l_{d_l,1} & ⋯ & w^l_{d_l,d_{l-1}} \ \end{matrix}\right] · \left[ \begin{array}{x} a^{l-1}1 \ ⋮ \ ⋮ \ a^{l-1}{d_{l-1}} \end{array}\right] + \left[ \begin{array}{b} b^l_1 \ ⋮ \ b^l_{d_l} \end{array}\right]) $$

Code highlight

#[derive(Default)]
pub struct Demo {
    pub highlight: bool,
}