All Projects → wannaxiao → Vuepress Theme Resume

wannaxiao / Vuepress Theme Resume

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

Projects that are alternatives of or similar to Vuepress Theme Resume

Resume.md
Write your resume in Markdown, style it with CSS, output to HTML and PDF
Stars: ✭ 222 (+5.21%)
Mutual labels:  resume, markdown
Resume
Markdown -> PDF/HTML resumé generator
Stars: ✭ 1,105 (+423.7%)
Mutual labels:  resume, markdown
Gatsby Starter Bee
🐝Full Package | Simple | Fresh UI | Blog Template :: Let's start to blogging with gatsby-starter-bee!
Stars: ✭ 416 (+97.16%)
Mutual labels:  resume, markdown
Cv
A resume template written in Markdown,Yaml JSON auto generates github-pages website & PDF by Jekyll. 在线简历生成模板(超高兼容可导PDF)
Stars: ✭ 61 (-71.09%)
Mutual labels:  resume, markdown
Markdown Resume Js
Turn a simple markdown document into a resume in HTML and PDF
Stars: ✭ 449 (+112.8%)
Mutual labels:  resume, markdown
Markdown Cv
Simple Markdown CV / Resume
Stars: ✭ 97 (-54.03%)
Mutual labels:  resume, markdown
Vditor
♏ 一款浏览器端的 Markdown 编辑器,支持所见即所得(富文本)、即时渲染(类似 Typora)和分屏预览模式。An In-browser Markdown editor, support WYSIWYG (Rich Text), Instant Rendering (Typora-like) and Split View modes.
Stars: ✭ 3,773 (+1688.15%)
Mutual labels:  markdown
Markdownui
Render Markdown text in SwiftUI
Stars: ✭ 207 (-1.9%)
Mutual labels:  markdown
Reveal Ck
Create slides with ruby (and usually in markdown)
Stars: ✭ 202 (-4.27%)
Mutual labels:  markdown
Jekyll Spaceship
🚀 A Jekyll plugin to provide powerful supports for table, mathjax, plantuml, mermaid, emoji, video, audio, youtube, vimeo, dailymotion, soundcloud, spotify, etc.
Stars: ✭ 196 (-7.11%)
Mutual labels:  markdown
Brainstorm
Project-brainstorm is a multi-purpose note-taking application which excells at free writing, prototyping, task lists and cheat sheets
Stars: ✭ 213 (+0.95%)
Mutual labels:  markdown
Lute
🎼 一款结构化的 Markdown 引擎,支持 Go 和 JavaScript。
Stars: ✭ 211 (+0%)
Mutual labels:  markdown
Scroll
Static publishing software with a newspaper feel built on Tree Notation. Scroll is public domain software.
Stars: ✭ 206 (-2.37%)
Mutual labels:  markdown
Codebraid
Live code in Pandoc Markdown
Stars: ✭ 204 (-3.32%)
Mutual labels:  markdown
Markdown Css
🗒️ A style sheet for Markdown
Stars: ✭ 206 (-2.37%)
Mutual labels:  markdown
React Nice Resume
A React.js Nice Resume Template
Stars: ✭ 201 (-4.74%)
Mutual labels:  resume
Sublimetext Markdown Preview
markdown preview and build plugin for sublime text 2/3
Stars: ✭ 2,337 (+1007.58%)
Mutual labels:  markdown
Portfolioexamples
(Resource List) - Portolio sites for inspiration and comparison
Stars: ✭ 201 (-4.74%)
Mutual labels:  markdown
Kobito Oss
Markdown Processor built on Electron based on kobito-for-windows
Stars: ✭ 205 (-2.84%)
Mutual labels:  markdown
React Markdown Editor
A markdown editor using React/Reflux
Stars: ✭ 209 (-0.95%)
Mutual labels:  markdown

🐈 介绍

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

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

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

于是...

🚀 开始

方式一:直接开始

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

  2. 第二步:cd 进入项目目录

若环境中不存在 yarn/npm,则需要先安装yarn

# 安装依赖包
yarn # 或 npm i

# 开始
yarn dev # 或 npm run dev

yarn dev运行完后,使用浏览器打开提供的网址

  1. 第三步:修改 example/README.md,保存后网页将自动热更新

方式二:使用主题

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

样式覆盖

创建 .vuepress/styles/palette.styl 文件

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

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

常见问题

如何导出为 pdf?

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

注意:打印-更多设置-取消勾选页眉和页脚。否则会有标题和日期。

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

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

💡 协作

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

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

License

MIT

Copyright (c) 2018-present, momoko

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].