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:

  1. First
  2. Second
  3. Third

๐Ÿ“Œ Task List

  • Create Hugo site
  • Set up PaperMod
  • Deploy to production

๐Ÿ–ผ Image Test

My Profile Image


๐Ÿ’ป Code Block

def greet(name):
    return f"Hello, {name}!"

print(greet("Hugo User"))