Hexo-Cli 个人博客搭建入门

创建Cithub域名与空间

  • 注册
    注册GitHub账户.png
  • 创建仓库
    创建新的仓库.png

本地环境搭建

  • 安装Git
  • 安装Node
  • 安装Hexo npm install hexo-cli -g

新建一个存放博客的文件夹folder,Git Bash环境中操作

  • hexo init
  • cd
  • git clone https://github.com/iissnan/hexo-theme-next
  • npm install
文件夹下生成的目录.png

基础配置username.github.io/_config.yml
主题配置username.github.io/themes/next/_config.yml

配置1.png

配置2.png

测试 $ hexo s

username.github.io/source/_posts文件夹下编辑文本
属性设置后面必须留空格, 不然会报错

你可能感兴趣的:(Hexo-Cli 个人博客搭建入门)