← Back to all posts

Hello World

Liyan ChenUT Austin

This is a template blog post. Duplicate this directory, rename it to your desired structure (e.g. app/blog/my-new-post/page.tsx), and replace the content below.

Section Heading

Write your paragraphs here. The prose class from Tailwind Typography handles spacing, font sizes, and link styles automatically.

Code Blocks

function hello(name: string) {
  return `Hello, ${name}!`;
}

Lists

  • First item
  • Second item
  • Third item with a link

Blockquotes

A well-placed quote can break up long-form text and give the reader a moment to reflect.

Images

Place images in public/blog/ and reference them:

Math

For inline math or block equations, consider adding KaTeX or MathJax as a future enhancement.