hexo+github搭建个人博客
# 环境准备 # 安装 Node.js 直接到官网上下载安装即可 https://nodejs.org/en/download/ Node.js (Node.js 版本需不低于 10.13,建议使用 Node.js 12.0 及以上版本) Node 自带 npm npm 换源 npm config set registry https://registry.npmmirror.com 淘宝npm config set registry https://npm.aliyun.com 阿里云npm config set registry...
more...