A clean and delicate hugo theme.
It's adapted from hexo-theme-apollo.
$ cd path/to/blog
$ git clone https://github.com/ChuanyiZ/apollo.git themes/apollo
For inline formula, use $-1=e^{i\pi}$
; for display formula, use <div>$$\nabla \cdot B = 0$$</div>
and remember to have an empty line before the div block.
Provide box
shortcodes for wrapping up a paragraph. Content inside will be markdownified. Usage:
{{< box >}} Formula: `$E=mc^2$`; code: `square = [x^2 for x in arr]`.{{< /box >}}
This project is licensed under the MIT License - see the LICENSE.md file for details.