Skip to content

mosaic101/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

rebuilding with hexo.

Usage

$ npm install hexo-cli -g
$ hexo init blog
$ cd blog
$ npm install
$ npm start

使用 Hexo 生成静态文件快速而且简单。

$ hexo generate --watch

Write

$ hexo new [layout] <title>
$ hexo publish [layout] <title>

Deploy

$ npm run deploy