GitHub与Hexo搭建个人博客
安装node.js
? 自己百度
安装Git
? 自己百度
创建GitHub仓库
安装hexo
? npm install -g hexo-cli
新建文件夹
初始化文件夹
? hexo init
安装依赖包
? hexo install
安装hexo-deployer-git
? npm install hexo-deployer-git --save
在 _config.yml 文件中配置如下
把项目部署到github中的lsqstudy.github.io项目中去
? hexo g -d
个人博客搭建完成,访问
原文地址:https://www.cnblogs.com/lsqstudy/p/12614655.html
时间: 2024-10-12 20:44:22