Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 308 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 308 Bytes

hexo-nexT-Hmyou

$ npm install -g hexo-cli

$ hexo init Hmyou $ cd Hmyou $ npm install

安装nexT的主题,在theme目录 $ git clone https://github.com/theme-next/hexo-theme-next.git

本地浏览 $ hexo server

新建文章 $ hexo new "新文章"

静态化 $ hexo generate

发布部署 $ hexo deploy