All Projects → Lxxyx → Lxxyxresume

Lxxyx / Lxxyxresume

Licence: mit
前端简历生成器

Projects that are alternatives of or similar to Lxxyxresume

Markdown Cv
a simple template to write your CV in a readable markdown file and use CSS to publish/print it.
Stars: ✭ 721 (+362.18%)
Mutual labels:  resume, pdf
Bootstrap Dark
The Definitive Guide to Dark Mode and Bootstrap 4 - A proof of concept
Stars: ✭ 54 (-65.38%)
Mutual labels:  scss, front-end
Curriculum
📝 A simple way to create your HTML résumé.
Stars: ✭ 7 (-95.51%)
Mutual labels:  resume, pdf
Markdown Resume Js
Turn a simple markdown document into a resume in HTML and PDF
Stars: ✭ 449 (+187.82%)
Mutual labels:  resume, pdf
Angularoflegends
Full Client clone developed by Riot Games for the League of Legends game
Stars: ✭ 119 (-23.72%)
Mutual labels:  scss, front-end
Resume
👾 My resume / 我的简历
Stars: ✭ 482 (+208.97%)
Mutual labels:  resume, pdf
Cv Template
An easy way to create HTML and PDF versions of your resume, and automatically host them on GitHub Pages.
Stars: ✭ 41 (-73.72%)
Mutual labels:  resume, pdf
Jekyll Theme Minimal Resume
Simple Jekyll theme for a minimal resume website: https://jekyll-theme-minimal-resume.netlify.com/
Stars: ✭ 269 (+72.44%)
Mutual labels:  resume, scss
Universal Resume
Minimal and formal résumé (CV) website template for print, mobile, and desktop. https://bit.ly/ur_demo
Stars: ✭ 1,349 (+764.74%)
Mutual labels:  resume, pdf
Deerlet
[Deprecated] A markdown online-editable-resume with pdf generator
Stars: ✭ 79 (-49.36%)
Mutual labels:  resume, pdf
Personal Site
My personal website - built with React, React-Router, React-Snap for Static-Export, and GitHub Pages.
Stars: ✭ 324 (+107.69%)
Mutual labels:  resume, scss
Refills
Refills is maintained by the thoughtbot design team. It is funded by thoughtbot, inc. and the names and logos for thoughtbot are trademarks of thoughtbot, inc.
Stars: ✭ 1,523 (+876.28%)
Mutual labels:  scss, front-end
Fe Interview
前端面试每日 3+1,以面试题来驱动学习,提倡每日学习与思考,每天进步一点!每天早上5点纯手工发布面试题(死磕自己,愉悦大家),5000+道前端面试题全面覆盖,HTML/CSS/JavaScript/Vue/React/Nodejs/TypeScript/ECMAScritpt/Webpack/Jquery/小程序/软技能……
Stars: ✭ 19,638 (+12488.46%)
Mutual labels:  resume, front-end
Cirrus
☁️ The CSS framework for the modern web.
Stars: ✭ 716 (+358.97%)
Mutual labels:  scss, front-end
Input Range Scss
Styling Cross-Browser Compatible Range Inputs with Sass
Stars: ✭ 272 (+74.36%)
Mutual labels:  scss, front-end
Jalpc
🍎Jalpc -- A flexible Jekyll theme, 3 steps to build your website.
Stars: ✭ 859 (+450.64%)
Mutual labels:  resume, scss
fa.BlackIQ.ir
Persion version of BlackIQ.ir
Stars: ✭ 16 (-89.74%)
Mutual labels:  resume, front-end
BlackIQ.ir
BlackIQ.ir Source Code
Stars: ✭ 14 (-91.03%)
Mutual labels:  resume, front-end
Resume Builder
Resume Builder is a free open-source project that allows anyone to easily maintain and build any kind of resume.
Stars: ✭ 62 (-60.26%)
Mutual labels:  resume, pdf
Quickmenu
The new era of mobile navigation for the web, we're out of hamburgers.
Stars: ✭ 119 (-23.72%)
Mutual labels:  scss, front-end

Introduction

要求:Node 8.9.0 及以上

安装

  1. 使用 npm install 安装
  2. 全局安装 gulp npm install -g gulp

ps: 由于安装 puppeteer 的缘故,此步骤可能涉及代理设置访问

# 代理设置
git config --global http.proxy 'socks5://127.0.0.1:1080'
git config --global https.proxy 'socks5://127.0.0.1:1080'
# 取消代理
git config --global --unset https.proxy 'socks5://127.0.0.1:1080'
git config --global --unset http.proxy 'socks5://127.0.0.1:1080'

推荐使用淘宝 chromium 源安装

简单方便还快速

npm config set puppeteer_download_host=https://npm.taobao.org/mirrors
npm i puppeteer

特点

自动生成 PDF 版简历

在 gulp.js 与 resume.yaml 中,替换 resume.pdf 为你自己想要的名字, 在 src 源中生成新的 pdf

gulp pdf

在部署网页文件档 dist 中生成 PDF 的命令:

npm run pdf

也可使用 Chrome 浏览器自带的打印机制作 PDF

启动

替换 resume.yaml 的内容,运行gulp即可,生成内容可在 dist 文件夹查看。如需本地部署:

  1. npm install gulp --save-dev
  2. npm install gulp-webserver --save-dev
  3. gulp webserver

即可以本地离线形式访问简历

需要自动部署的,运行gulp deploy即可,需要在 gulpfile 中更改为你的地址(!会抹去你 github pages 内容,请确认后使用!)

自定义域名

修改 CNAME 文件,替换为你的域名即可

感谢

简历为仿写,原简历页面地址: 张秋怡 - 个人简历 【原主人已删除】

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].