Answers for "ERROR `/directory/' not found. jekyll"

0

ERROR `/directory/' not found. jekyll

# This error probably means Jekyll doesn't know about them, so they're not compiling into the build folder, _site

$ bundle exec jekyll serve

[2017-04-13 13:35:17] ERROR `/_static/css/theme.css` not found.
[2017-04-13 13:35:17] ERROR `/_static/jquery.js` not found.
[2017-04-13 13:35:17] ERROR `/_static/underscore.js` not found.
[2017-04-13 13:35:17] ERROR `/_static/doctools.js` not found.
[2017-04-13 13:35:17] ERROR `/_static/js/theme.js` not found.

---

# Try adding them to _config.yml file like this:

include:
  - _static

# If that doesn't work, just remove the underscore and Jekyll will automatically include in the build
Posted by: Guest on April-20-2021
0

ERROR `/directory/' not found. jekyll

# This error probably means Jekyll doesn't know about them, so they're not compiling into the build folder, _site

$ bundle exec jekyll serve

[2017-04-13 13:35:17] ERROR `/_static/css/theme.css` not found.
[2017-04-13 13:35:17] ERROR `/_static/jquery.js` not found.
[2017-04-13 13:35:17] ERROR `/_static/underscore.js` not found.
[2017-04-13 13:35:17] ERROR `/_static/doctools.js` not found.
[2017-04-13 13:35:17] ERROR `/_static/js/theme.js` not found.

---

# Try adding them to _config.yml file like this:

include:
  - _static

# If that doesn't work, just remove the underscore and Jekyll will automatically include in the build
Posted by: Guest on April-20-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language