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/
% \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 $$
$$ \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 :/
