• Stars
    star
    151
  • Rank 246,057 (Top 5 %)
  • Language
    JavaScript
  • Created about 7 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

person blog by hexo next ~~

Live Preview

Useage

下载后直接执行

npm install

启动服务

hexo server

自行搭建hexo步骤

npm install hexo-cli -g

hexo init blog

cd blog

npm install

hexo server