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.
前言
安装hexo
准备工作
开始安装
$ npm install -g hexo-cli
创建blog项目
$ hexo init <folder>
$ cd <folder>
$ npm install
Hello World
http://example.com/2024/11/13/init/