Giter Site home page Giter Site logo

hanmichael / vuepress-theme-resume Goto Github PK

View Code? Open in Web Editor NEW

This project forked from komomoo/vuepress-theme-resume

0.0 2.0 0.0 714 KB

🐈 书写简洁优雅的前端程序员 markdown 简历,由 vuepress 驱动

Home Page: https://wannaxiao.github.io/vuepress-theme-resume/example/dist/

License: MIT License

Vue 59.77% JavaScript 14.33% CSS 25.91%

vuepress-theme-resume's Introduction

🐈 介绍

当我们在使用 markdown 书写简历时,都有哪些痛点 🤒?

  1. 使用编辑器自带的 markdown 预览。缺点:不够精致(丑)emmmm
  2. 使用 Bear (付费)。缺点:导出 pdf 时无法修改参数(默认字体过大/过宽,导致无法压缩成1页)emmmm

在试用了 Mac 上几乎所有的 markdown 软件之后,都不够满意 🤕...

于是...

🚀 开始

方式一:直接开始

  1. 第一步:git clone 或 download 该项目

  2. 第二步:

# 安装依赖包
yarn # 或 npm i

# 开始
yarn dev # 或 npm run dev
  1. 第三步:修改 example/README.md

方式二:使用主题

yarn add -D vuepress-theme-resume # 或使用npm:npm i -D vuepress-theme-resume
// .vuepress/config.js 中添加
theme: 'resume',

样式覆盖

创建 .vuepress/override.styl 文件

/* font */
$fontSize = 13px
$fontWeight = 400

/* colors */
$accentColor = #4688F1
$textColor = #161F28
$borderColor = #eaecef

常见问题

如何导出为 pdf?

chrome 页面中右键 -> 打印 -> 另存为 pdf

导出的 pdf 如何控制只有 1 页?

方法一:.vuepress/override.styl 修改基准字体大小 $fontSize
方法二:chrome 打印 -> 更多设置 -> 缩放

💡 协作

如果你有更好的想法,欢迎 PR 👏

如果它对你有所帮助,可以点一下 ⭐️Star ~ 😉

License

MIT

Copyright (c) 2018-present, momoko

vuepress-theme-resume's People

Contributors

komomoo avatar

Watchers

hanmichael avatar  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.