Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 774 Bytes

README.md

File metadata and controls

44 lines (29 loc) · 774 Bytes

BLOG

CircleCI

😝 欢迎访问我的 Blog

🏠 访问地址: https://lidong.me/blog/

🔐 备份地址: https://ryanlid.github.io/blog/

记录一些日常学习的笔记

Getting Started

  1. 克隆项目

    git clone git@github.com:ryanlid/blog.git || git clone https://github.com/ryanlid/blog.git
  2. 初始化子模块,获取主题(theme)

    git submodule init
    git submodule update

    获取最新主题

    git submodule update --remote
  3. 运行

    npm install
    npm run dev
  4. 新增文章

    npm run hexo new hello-world