First Post: Hello Astro

/ 1 min read /
0 views

Hello World

This is a sample post written based on Markdown.

Code Block Test

interface User {
  name: string;
  age: number;
}

const user: User = {
  name: "Antigravity",
  age: 1,
};

console.log(user);

Typography Test

This is a blockquote.

Two Column Layout Example

Column 1

This is the content for the first column. You can put text, images, or code blocks here.

Example Image

Loading Comments...