创建新博客
hexo new "Hello World" |
生成网站
hexo generate |
启动本地服务器
hexo server |
默认启动 4000 端口(可在 _config.yml
文件设定),访问 http://localhost:4000
即可浏览网页。
创建新博客
hexo new "Hello World" |
生成网站
hexo generate |
启动本地服务器
hexo server |
默认启动 4000 端口(可在 _config.yml
文件设定),访问 http://localhost:4000
即可浏览网页。