English description

A blog tool powered by GitHub, write your blog on GitHub issue

mirror.am0200.com/

How to use

create

$ cd newblog
$ mirror init Copy the code

or

$ mirror init newblogCopy the code

build

$ mirror buildCopy the code

finally

everything done, now you can write your blog on GitHub issue 🙂

example

write the blog on this issues

Github.com/LoeiFy/Reco…

and the blog will update automatically

mirror.am0200.com/

upgrade

upgrade mirror

$ sudo npm install Mirror -gCopy the code

remove your config file

$ cd yourblog
$ rm config.ymlCopy the code

reinitialize blog

$ mirror initCopy the code

configure config.yml

rebuild

$ mirror buildCopy the code

Development

fork and install modules

$ npm installCopy the code

local test

$ npm run devCopy the code

build

$ npm run buildCopy the code

Related

Mirror by DJ Okawari