brownlu@blog:~/$
_ _ | |__ _ __ _____ ___ __ | |_ _ | '_ \| '__/ _ \ \ /\ / / '_ \| | | | | | |_) | | | (_) \ V V /| | | | | |_| | |_.__/|_| \___/ \_/\_/ |_| |_|_|\__,_|
guest @ brownlu-blog ~ /blog/hello-world $
[guest@brownlu-blog] ~ $ cat hello-world.md

Hello, Terminal World!

我的第一篇博客,用终端风格开启新的旅程
📖 1 min read · 454 chars · 2026-04-28

Welcome to my terminal-style blog! 🚀

为什么是终端风格?

因为我喜欢命令行。简单、纯粹、专注。没有花哨的动画,没有弹窗广告,只有文字和代码。

技术栈

  • 框架: Astro — 新一代静态站点生成器
  • 样式: 纯 CSS,终端主题
  • 部署: GitHub Pages

代码示例

def greet(name):
    return f"Hello, {name}! Welcome to the terminal."

print(greet("visitor"))

下一站

后续我会在这里分享技术文章、学习笔记和一些有趣的项目。

See you around. $ exit

tags: helloastroterminal
← back to /blog | ↓ download .md
[x]