Featured image of post Hugo STACK Howto w/ Math

Hugo STACK Howto w/ Math

Tricks and tips on Hugo, related to my STACK module.

About Hugo

Some tips using Hugo:

TLDR:

  • 👍 Language Support
  • 👍 Colorful tags
  • 👎🏾 Maths support

👍 AWESOME Language support

Intenrazioanlization docs: https://stack.jimmycai.com/config/i18n

👎🏾 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

Image Multi language support

  • images/ under each article
  • img/ in content/img/
  • static/images/ but still didnt figure out how to use them :/
comments powered by Disqus