Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/DIYgod/Resume
:cake: Simple resume
https://github.com/DIYgod/Resume
Last synced: 3 months ago
JSON representation
:cake: Simple resume
- Host: GitHub
- URL: https://github.com/DIYgod/Resume
- Owner: DIYgod
- Created: 2015-04-07T11:49:37.000Z (over 9 years ago)
- Default Branch: gh-pages
- Last Pushed: 2023-11-09T10:24:14.000Z (12 months ago)
- Last Synced: 2024-05-21T11:38:19.642Z (6 months ago)
- Language: HTML
- Homepage: http://html.love
- Size: 859 KB
- Stars: 1,012
- Watchers: 36
- Forks: 252
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-star - Resume
README
# My Resume
[html.love](http://html.love)
## Introduction
风格参考 @Ovilia @joyeecheung @lishengzxc
## Usage
1. Star 本项目
1. Clone 到本地
1. 在 `index.html` 和 `print.html` 文件中填写你的信息
1. 生成PDF(以 OS X 操作系统 Chrome 浏览器为例):打开`文件->打印`,设置布局为纵向,纸张尺寸为A3,边距无,背景图片选项打钩,保存;压缩PDF,推荐在线压缩工具[smallpdf](http://smallpdf.com/cn/compress-pdf);将压缩过的PDF文件放在根目录内
1. 部署上线
1. Enjoy it!## Development
```
$ npm install
$ npm install -g gulp
$ gulp
```## LICENSE
MIT © [DIYgod](http://github.com/DIYgod)