Hello from the English sample post
This is a sample English article for the bilingual UI demo. Site default UI language: zh-CN at / English theme UI: /en/ (menu label English / 中文) Article content is not auto-translated — maintain separate posts (or add an i18n plugin later) if you need full dual-language content. Theme: Butterfly · Generator: Hexo
欢迎来到 PANG Blog
你好,这里是 PANG Blog(小号的博客)。 本站基于 Hexo + Butterfly 主题构建,并通过 Docker(nginx)挂在 Tailscale 18082 端口上。 已启用 卡片式首页与完整侧边栏 暗色模式(右下角按钮) 本地搜索(放大镜) 标签 / 分类 / 友链 / 图库 / 关于 中英界面切换(菜单 English) 发文在 source/_posts/ 新建 Markdown,然后: 12cd /home/box/hexo-butterfly-blogdocker compose build && docker compose up -d 祝写作愉快 🦋
Hexo + Butterfly 快速上手
演示文章:用于填充首页卡片与归档。 写文章12345# 本地有 hexo-cli 时hexo new "文章标题"# 或直接创建# source/_posts/my-post.md Front-matter 示例: 123456789---title: 文章标题date: 2026-09-21 12:00:00tags: - 标签名categories: - 分类名cover: /img/covers/1.jpg--- 重建12cd /home/box/hexo-butterfly-blogdocker compose build && docker compose up -d 打开:http://100.102.183.109:18082/ 配置入口 主题:_config.butterfly.yml 站点:_config.yml 文档:https://butterfly.js.org/
