Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Jsonresume Theme Paper | 25 | 4 | 3 | 3 years ago | 28 | March 16, 2021 | 4 | CSS | ||
A theme for JSON Resume | ||||||||||
Simple Resume | 17 | 2 years ago | mit | SCSS | ||||||
Hugo Theme for a simple, web-based resume (and it prints) | ||||||||||
Jsonresume Theme Onepage | 14 | 5 years ago | 1 | mit | HTML | |||||
A compact theme for JSON Resume, designed for printing. | ||||||||||
Resume | 6 | 6 years ago | mit | CSS | ||||||
My resume in HTML/CSS. See it live at http://sjelin.github.io/resume | ||||||||||
Html Resume Template | 6 | 11 years ago | ||||||||
Printeye | 4 | a year ago | C++ | |||||||
Temperature display for RepRap firmware (eg Duet) | ||||||||||
Stephen Shelton Resume | 1 | 3 years ago | JavaScript | |||||||
My resume, written in Javascript/HTML/CSS (using ReactJS) | ||||||||||
Resume | 1 | 3 years ago | HTML | |||||||
Host point for my html resume | ||||||||||
Jekyllcv | 1 | 2 years ago | mit | HTML | ||||||
CV based on YAML, using jekyll. | ||||||||||
Resume 3d Printing Program | 1 | 5 years ago | gpl-2.0 | Python | ||||||
Python program to resume printing after an interruption |
This theme is meant to create a web based, simple resume, that you can print.
hugo new site your-site-name # if you already have a site ignore this line and the next
cd your-site-name
cd themes
git clone https://github.com/tylerjlawson/simple-resume.git
Once you have done this, you may use the exampleSite
folder as an example for how to set your project up. The two main things to pay attention to is to first set this in your config.toml
file:
theme = "simple-resume"
Then you will need to replicate the data used in the exampleSite/data/content.yaml
file to fill in the fields for your resume.
You can print the page straight to a pdf or to paper if you wish. I have had best luck printing with the margins set to 'minimum', but you can set custom margins when printing if it looks off to you.
Please feel free to post issues or make pull requests at any time. I am always open to collaboration.