https://github.com/eth-p/resume
My resume building software.
https://github.com/eth-p/resume
Last synced: 5 months ago
JSON representation
My resume building software.
- Host: GitHub
- URL: https://github.com/eth-p/resume
- Owner: eth-p
- Created: 2020-10-30T13:58:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-16T03:28:51.000Z (over 5 years ago)
- Last Synced: 2025-02-08T22:13:33.242Z (over 1 year ago)
- Language: SCSS
- Size: 468 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Resume
This is the static "site" generator that builds my HTML résumé.
## Features
- 100% professional-quality resume created from HTML and CSS.
- Single page.
- No JavaScript required.
- Responsive design:
- 2-column desktop layout.
- Mobile layout for small screen devices.
- Print layout for creating PDFs.
## Usage
This generator compiles a resume made from SCSS and Pug templates.
Each section of the resume is generated separately and then combind with a wrapper to create the final product.
### Configuration
User-supplied data is provided through a `me.toml` file. To get you started, an example has been provided as `me.example.toml`.
### Building
Building is done by [Gulp](https://gulpjs.com/).
```bash
npm install
npx gulp
```
The final resume file will be available under `build/artifacts`.
## Preview
|||
|:-:|:-:|
|**Desktop**|**Mobile**|