Skip to content

ryanlid/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published