Skip to content
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

Some assistance please #92

Closed
danielnovello opened this issue Mar 12, 2020 · 2 comments
Closed

Some assistance please #92

danielnovello opened this issue Mar 12, 2020 · 2 comments

Comments

@danielnovello
Copy link

Im new to Jekyll and YAML files.
I have got the resume working fine, however, I add anything to the Projects Section,Experience Section,Education Section it errors out. You have an error on line 2 of your _config.yml file
Im probably doing it wrong. Here is one of those sections:

# Projects Section
projects_title: Competencies
- layout: left
  name: Languages
  description: | # this will include new lines to allow paragraphs
    English

Any help would be appreciated

@sproogen
Copy link
Owner

Ah yes, I can see what is wrong.

So this bit in your _config.yml

- layout: left
  name: Languages
  description: | # this will include new lines to allow paragraphs
    English

should actually be placed in the _data/projects.yml file. The same would go for experience and education in separate yml files.

You can see an example of a project here https://github.com/sproogen/modern-resume-theme/blob/master/_data/projects.yml

And if you want to add multiple projects then you can add multiple like this https://github.com/sproogen/jameswgrant/blob/master/_data/projects.yml

@danielnovello
Copy link
Author

Ah, yes. Thank you for your help. All good now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants