搭建静态个人博客
用这个pages搭建静态
准备
GitHub账号(我是放到GitHub上的)
私人电脑(Mac,我的是Mac)
node.js 环境
git 环境
vscode 编辑工具
hexo搭建静态博客
next主题
个人域名(需要的话)
开始搭建
申请Github账号
- 用户名这里需要注意(用户名后面可以改)
- 登录你申请的账号
申请博客仓库
Head over to GitHub and create a new repository namedusername.github.io, where username is your username (or organization name) on GitHub.
仓库名字是固定的** *username*.github.io
** username 是你的Github的username == 这很重要。
Mac下载hexo
Hexo 这是官网也有所有的教程 主题也在里面