Try writing in AsciiDoc
This is a Hugo article written in AsciiDoc.
Markdown Syntax comparison table between AsciiDoc and
Writing Latex formulas in Hugo
Writing formulas in Latex
Inline formulas: This is $E = mc^2, \frac{a}{b} = \sqrt{c}$
Block formulas: $$ E = mc^2, \frac{a}{b} = \sqrt{c} $$
Creation of home page
First, I would like to summarize how to create this homepage before writing an article related to 3DCG.
This homepage is created using Hugo.
Since I am not familiar with web-based technologies, I thought I would use a CMS such as WordPress or MovableType to create the website. However, when I looked into it, it seemed difficult to have it customized in my own way, so I decided to use Hugo, which creates static pages from what I wrote in markdown. I chose a theme called Mainroad for now.
Hugo’s official page: https://gohugo.io/
Mainroad theme page: https://themes.gohugo.io/themes/mainroad/