美文网首页Node预研及周边
Hexo-Cli 个人博客搭建入门

Hexo-Cli 个人博客搭建入门

作者: 小淘气_嘻 | 来源:发表于2018-07-04 12:03 被阅读0次

创建Cithub域名与空间

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

本地环境搭建

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

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

  • hexo init <folder>
  • cd <folder>
  • 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 个人博客搭建入门

    本文链接:https://www.haomeiwen.com/subject/kykeuftx.html