studies
Ctrlk
  • README
  • algorithms
  • Notes
    • 数据结构与算法
    • 深度学习
    • 机器学习
    • 自然语言处理
    • 计算机视觉
    • Python
    • Cpp
    • Linux
    • 大数据
    • Wiki
    • Notes
    • Todo
    • note_template
    • _archives
      • 2022
        • 04
        • 05
        • 06
          • HuggingFace 套件离线使用方法
          • KDD 2022
          • Linux 后台执行
          • awk常用示例
          • Linux 解压缩
          • Markdown 简历工具
          • NLP 任务与应用
          • git-subtree 的基本用法
          • git 的基本使用
          • python 国内镜像源
          • class method 中 self 的含义
          • 常见面试问题
          • SMART Loss
          • 需求评估模型
        • 07
        • 08
        • 09
        • 10
        • 12
      • 2023
Powered by GitBook
On this page
  1. Notes
  2. _archives
  3. 2022
  4. 06

Markdown 简历工具

last modify
  • GitHub 项目

    • komomoo/vuepress-theme-resume

    • CyC2018/Markdown-Resume

  • 网页版

  • 简历技巧

GitHub 项目

komomoo/vuepress-theme-resume

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

使用步骤

  • 安装 nodejs

  • 克隆本项目

CyC2018/Markdown-Resume

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

网页版

  • 冷熊简历

  • 木及简历

简历技巧

  • 怎么写好一份简历(算法工程师)

PreviousLinux 解压缩NextNLP 任务与应用

Last updated 3 years ago

  • GitHub 项目
  • komomoo/vuepress-theme-resume
  • CyC2018/Markdown-Resume
  • 网页版
  • 简历技巧
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