jekyll / minima

Minima is a one-size-fits-all Jekyll theme for writers.

Home Page:https://jekyll.github.io/minima/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Author Configuration Parsing Problem in `_config.yml`

vinitshahdeo opened this issue · comments

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.