(Draft) Issues faced while installing Jekyll locally on windows
Issue
The jekyll serve -watch
builds your site as soon as it detects a change in one of the files. You may get an error stating
GitHub Metadata: No GitHub API authentication could be found. Some fields may be missing or have incorrect data.
Solution
Add
github: [metadata]
to _config.yml
Written on June 17, 2017