Hexo常用操作
Hexo 的常用操作 Hexo 博客速查手册 设备:HK1 Box / Vontar X3 (192.168.1.5)域名:https://moonward.me博客目录:/opt/hexo-blogGit 仓库:http://192.168.1.8:30001/wave/hexo-blog.git 一、博客结构速查12345678910111213141516/opt/hexo-blog/├── _config.yml <- 博客主配置(标题、作者、URL等)├── scaffolds/│ ├── post.md <- 新建文章模板│ ├── draft.md <- 新建草稿模板│ └── page.md <- 新建页面模板├── source/ <- 文章、页面、图片(纳入git)│ ├── _posts/ <- 已发布文章│ ├── _dra...
我的第一篇博客文章
这是我的第一篇 Hexo 博客文章,运行在 HK1 Box / Armbian 上。 关于这个博客这个博客搭建在一台 HK1 Box(Amlogic S905X3)上,运行 Armbian OS,使用 Hexo + Butterfly 主题。通过 Cloudflare + IPv6 DDNS 对外提供服务。 技术栈 组件 说明 设备 HK1 Box / Vontar X3 SoC Amlogic S905X3 (4x Cortex-A55) 系统 Armbian OS 26.05.0 trixie 内存 3.6 GB 博客引擎 Hexo 7.x 主题 Butterfly 5.5.4 Web 服务器 Nginx 1.26 域名 moonward.me 代理 Clash Verge Rev Markdown 语法示例代码块1234# 查看系统信息cat /etc/os-releaseuname -afree -h 12// Hello Worldconsole.log('Hello from Hexo!...
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick StartCreate a new post1$ hexo new "My New Post" More info: Writing Run server1$ hexo server More info: Server Generate static files1$ hexo generate More info: Generating Deploy to remote sites1$ hexo deploy More info: Deployment
