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 Start
第一步 创建文件 初始化hexo
1 | $ hexo init |
第二步 npm初始化
1 | $ npm install |
More info: Server
第三步 切换主题
1 | $ git clone git@github.com:forsigner/fexo.git themes/fexo |
More info: Generating
第四步 生成hexo网页
1 | $ hexo g |
More info: Generating
第五步 启动服务器
1 | $ hexo s |
第六步 本地浏览
1 | http://localhost:4000/ |
More info: Deployment