hexo 搭建过程

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

文章目录
  1. 1. Quick Start
    1. 1.1. 第一步 创建文件 初始化hexo
    2. 1.2. 第二步 npm初始化
    3. 1.3. 第三步 切换主题
    4. 1.4. 第四步 生成hexo网页
    5. 1.5. 第五步 启动服务器
    6. 1.6. 第六步 本地浏览
,