Hugo on Minimahttps://mivinci.github.io/hugo-theme-minima/Recent content on Hugo on MinimaHugo -- gohugo.ioen-us© 2022 XSun, 18 Jul 2021 10:52:59 +0800Markdown Syntax Guidehttps://mivinci.github.io/hugo-theme-minima/markdown-syntax/Sun, 18 Jul 2021 10:52:59 +0800https://mivinci.github.io/hugo-theme-minima/markdown-syntax/<p>This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.</p>Math Typesettinghttps://mivinci.github.io/hugo-theme-minima/math-typesetting/Sun, 18 Jul 2021 10:52:59 +0800https://mivinci.github.io/hugo-theme-minima/math-typesetting/Mathematical notation in a Hugo project can be enabled by using third party JavaScript libraries like KaTeX the one that Minima uses. Here&rsquo;s what you can do in the configuration file to enable it. math: enable: false provider: katex Examples The following are some examples of mathematical notations with KaTeX that are pretty much like LaTeX&rsquo;s. Block \varphi = 1+\frac{1}{1+\frac{1}{1+\frac{1} {1+\cdots}}} wiil be rendered as: $$ \varphi = 1+\frac{1}{1+\frac{1}{1+\frac{1} {1+\cdots}}} $$Mermaid Diagramshttps://mivinci.github.io/hugo-theme-minima/mermaid-diagrams/Sun, 18 Jul 2021 10:52:59 +0800https://mivinci.github.io/hugo-theme-minima/mermaid-diagrams/Examples The following are some examples of the diagrams, charts and graphs that can be made using Mermaid. Click here to jump into the full syntax. Flowchart flowchart LR A[Hard] --&gt;|Text| B(Round) B --&gt; C{Decision} C --&gt;|One| D[Result 1] C --&gt;|Two| E[Result 2] will be rendered as: flowchart LR A[Hard] --&gt;|Text| B(Round) B --&gt; C{Decision} C --&gt;|One| D[Result 1] C --&gt;|Two| E[Result 2] Sequence diagram sequenceDiagram Alice-&gt;&gt;John: Hello John, how are you?An External Linkhttps://mivinci.github.io/hugo-theme-minima/link/Sat, 17 Jul 2021 10:52:59 +0800https://mivinci.github.io/hugo-theme-minima/link/Abouthttps://mivinci.github.io/hugo-theme-minima/about/Sat, 10 Jul 2021 11:24:06 +0800https://mivinci.github.io/hugo-theme-minima/about/