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 postgit启动本地服务
1$ hexo cl; hexo s
推送更新上线
1$ hexo cl; hexo g; hexo d
新建文章命令
1hexo new 这是一篇新的博文
新建标签页命令
1hexo new page 新建的标签页
图床网址1https://img.090227.xyz/
添加任意文件例如当我们想在网站根目录添加ads.txt文件,来通过站长验证时,我们只需要在/source文件夹下放置该文件即可。1$ hexo new "My New Post"
More info: Writing ...

