Jon Snow's Resume

这是一个在线简历模板(Hexo博客主题)。

English | 简体中文

开始使用

由于本主题与普通 Hexo 主题有较大区别,建议请直接下载本站的源码,参考源码进行改写。

也可以创建全新的博客,通过 npm 命令安装:

npm i hexo-theme-resume

然后删除多余的依赖包(重要),打开 package.json 复制并全部替换为以下内容:

{
"name": "hexo-site",
"private": true,
"hexo": {
"version": "5.0.0"
},
"scripts": {
"start": "hexo server",
"build": "node pre-deploy.js && hexo clean && hexo generate",
"deploy": "npm run build && hexo deploy"
},
"engines": {
"node": ">=8.9.0"
},
"dependencies": {
"hexo": "^5.0.0",
"hexo-all-minifier": "^0.5.3",
"hexo-autonofollow": "^1.0.1",
"hexo-deployer-git": "^2.1.0",
"hexo-fs": "^3.1.0",
"hexo-lazyload-image": "^1.0.9",
"hexo-offline": "^1.0.0",
"hexo-renderer-ejs": "^1.0.0",
"hexo-renderer-marked": "^3.0.0",
"hexo-renderer-stylus": "^1.1.0",
"hexo-server": "^1.0.0"
}
}

然后输入 npm i 安装依赖包。

教育背景

XX大学 X学院 X系 X专业 X年毕业

工作经验

2000年 ~ 至今:XX公司

1900年 ~ 2000年:XX公司

1800年 ~ 1900年:XX公司

精选项目

心率管家 C养老 C-Life养老 LinkSmart HitFit 飞亚达腕能助手

A项目

2000/01 ~ 2019/01:于XX公司开发,团队项目,维护至今

啦啦啦

B项目

1900/01 ~ 2000/01:于XX公司开发

啦啦啦

C项目

1800/01 ~ 1900/01:于XX公司开发

啦啦啦

开源贡献

Volantis

2017 ~ 至今,一个简约的卡片式Hexo博客主题

ProHUD

2019/08 ~ 至今,易于定制、接口简单的HUD库

与我联系

目前状态为:在职,考虑换工作,100年内可到岗。

your email
1xxxxxxxxxx

主题配置

cdn:
# These base libraries cannot be deleted
jquery: https://cdn.jsdelivr.net/npm/jquery@3.4.1/dist/jquery.min.js
vue: https://cdn.jsdelivr.net/npm/vue@2.5.21/dist/vue.min.js
# When these CDN resources are deleted, local resources are loaded.
common: https://cdn.jsdelivr.net/gh/xaoxuu/hexo-theme-resume@1.0.0/source/js/common.js
escape: https://cdn.jsdelivr.net/gh/xaoxuu/hexo-theme-resume@1.0.0/source/js/css.escape.js
smooth_scroll: https://cdn.jsdelivr.net/gh/xaoxuu/hexo-theme-resume@1.0.0/source/js/smooth-scroll.min.js
css: https://cdn.jsdelivr.net/gh/xaoxuu/hexo-theme-resume@1.0.0/source/css/style.min.css
# Optional plug-in: image zoom
fancybox:
css: https://cdn.jsdelivr.net/npm/@fancyapps/fancybox@3.5.7/dist/jquery.fancybox.min.css
js: https://cdn.jsdelivr.net/gh/fancyapps/fancybox@3.5.7/dist/jquery.fancybox.min.js

# robots meta tag
robots: noindex,nofollow

# the footer of your site
copyright: '[Copyright © 2017-2020 Mr. X](https://xaoxuu.com)'

评论