CoreSteb

guest@coresteb:~/blog$ cat hello-world/cn.mdhello-world/en.md

Hello World

Hello World

DATE: TAGS: [ALL NEW, Blog, first-post] TAGS: [ALL NEW, Blog, first-post]

没什么特别的,只是一个测试文章。

欢迎来到我的个人博客。 夸一夸Gemini实现了前端的构思,前端还得是Gemini。

代码块

下面是一段代码:

function greet(user: string): void {
  console.log(`Hello, ${user}!`);
}
greet('Guest');
  • 吃饭
  • 喝水
  • 🦌

Nothing special — just a test post.

Welcome to my personal blog. Shout-out to Gemini for bringing the frontend vision to life — when it comes to frontend, it’s gotta be Gemini.

Code block

Here’s a snippet:

function greet(user: string): void {
  console.log(`Hello, ${user}!`);
}
greet('Guest');
  • Eat
  • Drink water
  • 🦌

-- EOF --