Skip to content

NJU-itxia/techblog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

techblog

系统 Hexo 主题 Next

地址

请访问 ITXIA Web Group

安装

git clone https://github.com/NJU-itxia/techblog.git
git clone https://github.com/iissnan/hexo-theme-next themes/next
cd techblog
npm install

发布文章

hexo new your-article # 在 /source/_posts 下编辑
hexo deploy # 会把 /public 的内容 push 到 gh-pages 分支

别忘了 commit 主分支,并 push

git add --all
git commit -m "your-commit"
git push origin master