fresh-standard / fresh-themes

Multiformat themes and skins for your technical résumé/CV.
MIT License
194 stars 63 forks source link

Add a 'languages' partial #35

Open evanplaice opened 8 years ago

evanplaice commented 8 years ago

languages has no partial.

  "languages": [
    {
      "language": "",
      "level": "",
      "years": ""
    }
  ]
hacksalot commented 8 years ago

Let's add a baseline languages partial. This will look a little lean/bare for the typical 1-or-2 language candidate, but that's okay, most themes will incorporate language information in the resume header or info section anyway. The baseline partial should be present for consistency.

evanplaice commented 8 years ago

Maybe this could be used directly in the header in some cases. For instance, in a 2 column layout.

drkarl commented 8 years ago

I noticed there are a few partials missing, but this one languages is really important. I can't use a CV without a languages section. Is someone working on this @hacksalot @evanplaice ? I think it shouldn't be too difficult to implement, if no one's working on this at the moment I can try to implement it and contribute a PR.

I started playing with HackMyResume and I was very pleased with the concept, so I created a JSON with my resume, and I was going to start creating a custom theme for FRESH. Should I create a custom them for JSON Resume instead?

drkarl commented 8 years ago

On my question about why should I use FRESH instead of JSON Resume, I've read this

https://github.com/fresh-standard/fresh-themes/issues/45#issuecomment-175229207

and this

https://github.com/fresh-standard/fresh-themes/issues/45#issuecomment-175229207

and I'd really like to use FRESH since it aims to be a superset format and keep FOSS and independent from any commercial affiliation, but in the current state it seems to be lacking some important things, like 'language' partials as discussed in this issue! :)

drkarl commented 8 years ago

I've cloned this repo to add the languages partial and the language section to the positive theme, and when running hackmyresume it says it can't find sections/languages.hbs, will I have to modify hackmyresume source code to add support for new partials?