GithubHelp home page GithubHelp logo

ganbadieyo / resume Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dunqing/resume

0.0 0.0 0.0 1.1 MB

用 markdown 写简历

Home Page: https://resume.todev.cc

JavaScript 10.43% TypeScript 87.39% CSS 0.14% HTML 2.05%

resume's Introduction

项目介绍

初衷

让简历可以随时随地预览,用程序员最熟悉的Markdown语法编写,并且不收费!

支持功能

  • 支持暗黑模式
  • 支持嵌入 HTML
  • 支持打印 PDF
  • 支持在线预览
  • 支持自定义模板
  • 支持多模板组合使用
  • 支持样式覆盖
  • 更多的个性化模板

使用方式

快速创建简历项目,支持在 Vercel 中部署

  1. 创建
pnpm create resumejs
  1. 选择模板

  2. 编写 README.md

  3. 完成你的简历!

以组件方式引入到自己项目

下载

pnpm add @resumejs/components

使用

import { Resume } from '@resumejs/components'

export default function App() {
  const resume = `
    #名字
    ##个人信息
    ##工作信息
  `
  return <Resume>{resume}</Resume>
}

使用示例

  • cli 支持,使用方式和 vite 一样
  • 默认使用运行目录下的 README.md 做为你的简历 markdown
  • 支持 vite.config.ts 配置文件

可以直接使用 create-resumejs 创建项目

Install

pnpm add @resumjes/resume

需要安装依赖 react 和 react-dom

pnpm add react react-dom

dev 开发

resume dev

build 打包

resume build

preview 预览

resume preview

自定义模板

resume dev --template @resumejs/template-nova
resume build --template @resumejs/template-nova

参考示例

Templates

简历默认模板

如何自定义模板?

自定义的写简历的 markdown 语法

  1. 一级标题下的内容包括一级标题为简历头部的信息 可自定义header组件

    • 一级标题为名字 可自定义header-name组件
    • 图片作为头像 可自定义header-avatar组件
    • 包裹所有列表项 可自定义header-content组件
    • 每个列表为行 可自定义header-row组件
    • 列表的项为列 可自定义header-col组件
  2. 三级标题下方的第一段内容

    • 表格将更改为三级标题的描述信息,可自定义card, card-item, card-item-label, card-item-value组件
    • 标题下或 Table 下第一行文本将会更改为描述内容 可自定义description组件
  3. FrontMatter (暗黑模式,Github, 打印按钮)

    • 可自定义 toolbox 组件

示例

相关文章

一款更加完善,且易于拓展的用 Markdown 编写简历的开源简历项目

resume's People

Contributors

dunqing avatar exuan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.