Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neruthes/yart
Yet another resume tool
https://github.com/neruthes/yart
pause
Last synced: 3 months ago
JSON representation
Yet another resume tool
- Host: GitHub
- URL: https://github.com/neruthes/yart
- Owner: neruthes
- License: mit
- Archived: true
- Created: 2015-09-21T12:05:54.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-01T15:19:53.000Z (almost 8 years ago)
- Last Synced: 2024-05-22T16:33:21.039Z (6 months ago)
- Topics: pause
- Language: CSS
- Size: 6.84 KB
- Stars: 116
- Watchers: 4
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Yart — Yet another resume tool.
See the [author's resume](https://joyneop.xyz/resume/) as online demo. Although it is maintained as parallel of Yart.
## Yart-flavored-Markdown
```
@ John Appleseed@@ TEL: +1 (408) 555-5555
@@ Email: [[email protected]](mailto:[email protected])# Experience
// Start with two slashes for subheading
## Job Title @ Company {10/2015—Present}
Detailed description of this period of experience.
:: Add comment by starting with two colons. This is useful if you want to reference a URL on Internet.
==== A line starting with four equal signs will generate a page break for printing.
```## Customizing
Put your content in the `#source-md` element of `resume.html`.
You can remove the download link if you'd like.
Don't forget to change the webpage title.
If you don't want to add an avatar, simply remove `` in the `#cont` element of `resume.html`.
## Themes
Current codebase is a scrap. You may want to create custom themes later upon the codebase gets refactored.
## For Print
This resume tool is print-ready. You can produce a PDF from the webpage. This functionality is provided in browser's printing feature.
## Other
### Don't know what fonts to use?
Sans-serif:
- Seravek (OS X built-in)
- Segoe UI (Windows built-in)
- [Ropa Sans Pro](http://www.myfonts.com/fonts/lettersoup/ropa-sans-pro/?refby=joyneop) (free `Ropa Sans Pro Regular & Italic`)Serif:
- Iowan Old Style (OS X built-in)
- Palatino (OS X built-in)
- Athelas (OS X built-in)
- [Andron Freefont](http://www.myfonts.com/fonts/andreas-stotzner/andron-freefont/?refby=joyneop) (free for Desktop only)
- [Garibaldi](http://www.myfonts.com/fonts/harbor-type/garibaldi/?refby=joyneop) (free `Garibaldi Medium`)
- [EB Garamond](https://www.google.com/fonts#QuickUsePlace:quickUse/Family:EB+Garamond)
- [Ashbury](http://www.myfonts.com/fonts/hoftype/ashbury/?refby=joyneop) (free `Ashbury Light`)## License
MIT License as included within this repository.