Tips and tricks for hugo
Tips and tricks for Hugo/PaperMod that I have used. Opening Links in New page Override default behaviour by adding a render-link.html file under layouts. Follow this page for more details. Handle Katex Enable Maths on the markdown page: 1 2 math: true markup: "mmark" Create a shortcode for katex with {{ .Inner }}. This would ensure all text meant for Katex is not processed. Use shortcode \{\{< katex >\}\} before any katex code....