-
Notifications
You must be signed in to change notification settings - Fork 526
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Speaking section not rendered #101
Comments
It's the theme. Have a look here. |
@StevenBlack Yes, I saw, but with default theme (modern) it is also not there. |
Looks like Speaking was added Dec 8 2015. So the default themes lag by considerable time. Modern is here. |
@StevenBlack Yes, for sure. We had a pretty big initial lag because at the time there wasn't tool support for theme inheritance, partials, or a cross-engine helper apparatus. Theme updates should flow more quickly now, and getting full coverage of the model in all FRESH themes is one of the major two requirements for moving fresh-themes out of beta. (The other being NPM/Bower/etc packaging.) |
Thanks folks. But it will never be supported in |
That question is probably best put to the JSON Resume folks -- when JSON Resume 1.0.0 is released presumably the themes will be updated too, but that would be up to the individual authors. In the meantime, it would be pretty easy to extend the theme to include this -- eg, take a fork & make the changes, or submit an issue here for a comparable FRESH version. There's also support brewing in HMR for injection of content into the resume HTML after generation has run, which would allow you to a) generate the resume and then b) inject additional sections using jQuery-style selectors. |
In deed, thanks @hacksalot. |
I just tried forked https://github.com/umpirsky/jsonresume-theme-slick and added:
When I checkout it in separate folder I get:
Why this happens? Then I tried to edit But it is not rendered. My resume.json does contain Thanks. |
Should be fixed shortly -- looks like the |
@hacksalot Thanks a lot, that was blazing fast! 👍 What about |
There are a couple bugs here, good catch. HACKMYSTATUS is used in that spot without ever being |
@hacksalot Understood. Thanks for detailed explanation! 👍 |
Should be fixed in 1.6.0. If not, leave a comment here or open a new issue. Thanks~ |
It doesn't seem to be working for me but that's partly because I don't know what format the speaking section should take and partly because apart from man pages I can't find any mention of it in the code (and trust me, i've grep'd my little head off 😄 ) The newly generated resumes dont include it
and it seems not to be in the examples under |
@robertmain Only FRESH/FRESCA |
Hmm...maybe I should convert to FRESH/FRESCA then. I believe HMR can do this conversion - yes? |
It can with |
So what should I do? Convert to FRESH but keep the JRS around? What are the reasons for keeping both around? |
TL;DR -- use both! |
@hacksalot I tried with HackMyResume v1.7.4 and FRESH format, in my theme |
Speaking should show up -- if you try with Jane's resume (you can It should also be |
@hacksalot Yes, working with default theme, must be on my side then. Thanks. |
Cool, let me know. |
Not sure if it is HackMyResume issue or themes issue, but with both modern and jsonresume-theme-slick themes "speaking" section is not rendered at all.
I noticed that this section is supported only by FRESH format.
The text was updated successfully, but these errors were encountered: