resume_title
This is a cool resume theme for hexo.
原作者简历模版
Hexo 个人简历使用教程
- fork https://github.com/xaoxuu/resume-docs(也可以 fork 本 repo)
git submodule update --init安装主题(可能不需要)npm i看看效果(如果有报错可能需要npm install hexo-deployer-git)- 修改个人信息:
_config.yml和src下的内容,以及themes/resume/_config.yml中的 copyright - 修改主题(可选)
- 正常的
hexo c,hexo g,hexo s预览
修改主题
- fork https://github.com/xaoxuu/hexo-theme-resume,然后自行魔改
- 移出原有的 git submodule
git submodule add https://username@github.com/username/hexo-theme-resume.git themes/resume添加自己的