Skip to content

xiaoxie/myblog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

myblog

install node or use nvm

brew install npm

brew install nvm

install hexo

npm install hexo-cli -g

clone code

git clone [email protected]:xiaoxie/myblog.git

create hexo blog

hexo init blog

merge code

cp -R blog/* myblog/

install package

npm install

run hexo

hexo serve

install theme

git clone https://github.com/luuman/hexo-theme-spfk themes/yilia

git plugin

npm install hexo-deployer-git --save

deploye

hexo g -d

About

myblog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages