Markdown 简历工具

last modify

GitHub 项目

komomoo/vuepress-theme-resume

komomoo/vuepress-theme-resume: 🐈 书写简洁优雅的前端程序员 markdown 简历,由 vuepress 驱动

使用步骤

nvm use 16  # 高版本可能报错

# 安装 yarn
npm install --global yarn

# git clone 仓库
git clone https://github.com/komomoo/vuepress-theme-resume.git
cd vuepress-theme-resume

# git remote 自己的仓库地址,因为 fork 的仓库不能设为私有仓库,故采用这种方式
git remote set-url origin git@github.com:imhuay/vuepress-theme-resume.git
git push

# 添加原仓库地址,以便更新
git remote add author git@github.com:komomoo/vuepress-theme-resume.git
git pull author master

# 安装依赖包
yarn # 或 npm i

# 开始
yarn dev # 或 npm run dev

# 编辑位置:example/README.md

CyC2018/Markdown-Resume

CyC2018/Markdown-Resume: ⭐️ Markdown 简历模版

网页版

简历技巧

Last updated