This is my first blog post on Zola.

I have closed my blog for a while, since the posts in my old blog are somehow meaningless from my point of view now. Therefore, the old content will not appear here.

For the reason why I choose Zola as my blog generator this time:

  1. default code highlight with multiple built-in highlight theme
  2. default \( \LaTeX \) support in Even, which is made by the official Zola team.

Well, it is true that other static site generator can do the same thing. However, they need to be configured with outer plugins (or something similar, like inserting a JS script for \( \LaTeX \) support). For this time, I would like to choose the tool have all the thing I need built-in, so that I could jump in and write posts (Convention over configuration).

This is a demo math block with \( \LaTeX \) built-in support: Math block: $$e^{2\pi i}=1$$

This is a demo Python code block:

print("Hello Zola!")