Troubleshooting Jekyll page
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