-
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
specify a theme in options.json file #197
Comments
Normal relative path syntax works for me: |
Thanks a lot @ryneeverett for your answer. As it is working for you, I tried again and again. I finally tried to validate my I remove comments and now my options are effective. The documentation should be updated to remove comments... @ryneeverett can you try to add some comments in your |
See #192 and #185. While there are several ways we could improve the situation, I think @peternowee's suggestion that we raise a warning when the options file doesn't validate is the best so far. |
Agreed. |
Something like...
Similarly for the case of a missing or inaccessible options file. |
Closing as the requested behavior (options file validation) is in place for v1.9.0. Thanks! |
I can generate my resume using a locally installed theme by specifying it on the command line:
where the
jsonresume-theme-elegant
is locally installed in thenode_modules
directory.But when I try to do the same using a json configuration file, it seems to fail and to fallback to the
MODERN
theme:And the
options.json
file looks like that:I've tried many ways to specify the relative path to the theme (see above), but none of them seems to work.
Is it possible to specify the theme via a json options file?
The text was updated successfully, but these errors were encountered: