Blog design and further testing

Hello there!

During the past few days I’ve made some progress concerning the design and functionality of this blog. I think I’ll use the current dark theme called “Astra”. Although the “Pro” version of this theme is quite expensive, the functionality is far better than other minimalistic dark themes.

LaTeX and Python code

Let’s test some Python code highlighting. For example…

# Useless code snippet
k = [1, 2, 3]
for i in k:
    print('Hello World!')

And now one famous equation written in \(\LaTeX\)

\( E = mc^2 \)

Alright, this stuff seems to work! 😀