Miscellanea
This is the first try to create an article to show on my website by Hugo.
How can I change the order of the side-list? –> Use ‘weight’ !
I shall not change the ‘date’ casually, and be careful of ‘Drafts’, ‘Expired’ and ‘Future’.
It doesn’t support \(\LaTeX\) inherently. But I make it with the help of \(\KaTeX\). I followed this concise and beginner-friendly tutorial. $$\int_{-\infty}^{\infty}\mathrm{e}^{-x^2}\mathrm{d}x=\sqrt{\pi}$$
If I want to write html content in a markdown file, I need to set markup.goldmark.renderer.unsafe
to be true
. As its name implies, there can be some risk.
It is convenient to use {{ < toc-tree > }}
or {{ < toc > }}
to generate a table of content.