Hello Hexo Fluid

基于Hexo搭建的个人博客,本篇文章用于测试常用Hexo及Markdown命令等

1. 免费背景图片网址

2. Hexo命令

2.1 执行三部曲

1
2
$ hexo clean && hexo g && hexo s  # 本地生成博客
$ hexo clean && hexo g && hexo d # 上传 github

2.2 创建新文章

1
2
$ hexo new '文章标题'
# source\_posts 中查看创建的 .md

2.3 测试通信

1
2
3
$ ssh -T git@github.com
# 成功
# Hi Lin-Mengxi! You've successfully authenticated, but GitHub does not provide shell access.

3. Markdown命令


Hello Hexo Fluid
https://lin-mengxi.github.io/2026/03/04/Hello-Hexo-Fluid/
Author
Mason Lin
Posted on
March 4, 2026
Licensed under