这是我博客的源文件,使用hexo实现的博客,感兴趣的欢迎fork, 共同完善。
基于Linux
git clone https://github.com/czlitony/czlitony.github.io.source.git
cd czlitony.github.io.source
git clone https://github.com/czlitony/hexo-theme-next themes/next
npm install
可以复制下面的代码段,省去多次复制的麻烦
git clone https://github.com/czlitony/czlitony.github.io.source.git;
cd czlitony.github.io.source;
git clone https://github.com/czlitony/hexo-theme-next themes/next;
npm install
修改了博客源文件之后要提交修改:
git add -A
git commit -m "modify"
git push origin master
修改了next主题文件之后也要提交修改:
cd theme/next
git add .
git commit -m "modify the theme"
git push origin master