lvyihao0319 / lvyihao0319.github.io

Jacob's Notes
https://lvyihao0319.github.io
0 stars 0 forks source link

搭建一个简易博客 | Jacob's Notes #11

Open lvyihao0319 opened 5 years ago

lvyihao0319 commented 5 years ago

https://lvyihao0319.github.io/2019/05/11/%E6%90%AD%E5%BB%BA%E4%B8%80%E4%B8%AA%E7%AE%80%E6%98%93%E5%8D%9A%E5%AE%A2/

本文将介绍如何搭建一个基于Hexo的个人博客! 1. 本地搭建1.1 下载并安装Node.js和git其中npm会和Node.js一起装进来,不需要单独下载 1.2 安装淘宝镜像cnpm1npm install -g cnpm --registry=https://registry.npm.taobao.org 1.3 安装hexo-cli1cnpm install -g hexo-cli 1.4