About Hugo
Some tips using Hugo:
- Hugo Stack: miniDemo, Awesome Blog+docs, github repo, Maths .
- Hugo howto: TODO
TLDR:
- 👍 Language Support
- 👍 Colorful tags
- 👎🏾 Maths support
👍 AWESOME Language support
Intenrazioanlization docs: https://stack.jimmycai.com/config/i18n
- italian version of a page: /it/p/vi-spiego-hugo–stack
- english version: /it/p/vi-spiego-hugo–stack/
👎🏾 Test math (not working)
Uses Katex: https://katex.org/ Docs: https://dev.stack.jimmycai.com/p/math-typesetting/
$$ a_i $$
$$ a_i $$
$ $ % \f is defined as #1f(#2) using the macro $ $
$$ \f\relax{x} = \int_{-\infty}^\infty \f\hat\xi,e^{2 \pi i \xi x} ,d\xi $$
$$ \f\relax{x} = \int_{-\infty}^\infty \f\hat\xi,e^{2 \pi i \xi x} ,d\xi $$
$$\tilde{a}$$ $$\overline{AB}$$
$$ \begin{Bmatrix}
a & b \
c & d
\end{Bmatrix} $$
Assets and image paths
- images/ under each article
- img/ in content/img/
- static/images/ but still didnt figure out how to use them :/