Skip to main content

Command Palette

Search for a command to run...

Troubleshooting Jekyll page

Updated
1 min read
M

Spent over a decade helping organizations thrive through re-platforming, digital analytics, and marketing automation. Now, I’m pivoting to Data Privacy and Governance. I specialize in translating abstract frameworks into actionable practices ensuring growth and protection work in tandem.

If your website are unable to reflect the new changes to your website content, check it out under Netlify's Deploy Log. It might display error message "does not have a valid date in the YAML front matter",

To rectify the error, I learn there a need to include exclude: [vendor] in _config.yml as suggested on GitHub

5 views