1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2024-07-02 23:40:06 +01:00
fresh-themes/themes/modern/theme.json

15 lines
512 B
JSON
Raw Normal View History

2015-12-06 21:29:23 +00:00
{
"title": "modern",
"description": "A contemporary resume template suitable for modern technical candidates and employees.",
2016-01-05 13:48:09 +00:00
"author": "hacksalot <hacksalot@indevious.com> (https://github.com/hacksalot)",
2015-12-24 12:36:06 +00:00
"engine": "handlebars",
"palette": {
"skillLevels": [ "#FFFFFF", "#5CB85C", "#F1C40F", "#428BCA", "#C00000" ]
},
"message": "To get colored skill progress bars, make sure your resume includes a `level` element for each skill!",
"inherits": {
"txt": "basis",
"md": "basis"
}
2015-12-06 21:29:23 +00:00
}