This is an example template for getting started with Pagine and template Genesis. View Documentation.
$ pagine --serve :12450
Open browser and go to http://127.0.0.1:12450
Tip
Only available features are shown below.
The button in the upper right corner is used to toggle between light (sun) and dark (moon) mode.
You may notice it.
$$ \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]) $$
#[derive(Default)]
pub struct Demo {
pub highlight: bool,
}