Welcome! This post exists to test and demonstrate all the key features supported by the PaperMod theme in Hugo.
This will help verify your theme setup and content rendering.
๐งฎ MathJax Test
Einstein said $E = mc^2$
$$ \int_{-\infty}^{\infty} e^{-x^2},dx = \sqrt{\pi} $$
โ๏ธ Typography
This is bold, this is italic, this is bold italic, and this is inline code.
This is a blockquote. It supports multiple lines too.
๐ข Table of Contents
(ToC should be visible if toc: true is set in front matter and showtoc is enabled in your config.)
๐ Headings
H3 Heading
H4 Heading
H5 Heading
๐ Lists
Unordered list:
- Item A
- Item B
- Nested B1
- Nested B2
Ordered list:
- First
- Second
- Third
๐ Task List
- Create Hugo site
- Set up PaperMod
- Deploy to production
๐ผ Image Test

๐ป Code Block
def greet(name):
return f"Hello, {name}!"
print(greet("Hugo User"))