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

Author Configuration Parsing Problem in _config.yml #779

Open
vinitshahdeo opened this issue Feb 18, 2024 · 0 comments
Open

Author Configuration Parsing Problem in _config.yml #779

vinitshahdeo opened this issue Feb 18, 2024 · 0 comments

Comments

@vinitshahdeo
Copy link

Description:

In the _config.yml file of the #50DaysOfJavaScript repository, I've provided author configuration settings in YAML format. However, instead of appearing as expected, it seems that the configuration is being interpreted as a JSON object. This issue is causing unexpected behavior in the display of the footer of the hosted GitHub page.

Provided Configuration:

title: 50DaysOfJavaScript — Solve one question daily to ace your next interview!
author:
  name: Vinit Shahdeo
  email: vinitshahdeo[at]gmail[dot]com

Observed Configuration:

{"name"=>"Vinit Shahdeo", "email"=>"vinitshahdeo@gmail.com"}

Attached Screenshot:

Screenshot 2024-02-18 at 5 38 56 AM

Additional Details:

Kindly advise on any necessary actions or configurations to rectify this issue. Your help is much appreciated. Please let me know if you need further information or clarification.

Thank you for your attention to this matter.

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

1 participant