Horje
ERROR `/directory/' not found. jekyll Code Example
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




Shell

Related
linux cli chart Code Example linux cli chart Code Example
check complete nested folder size in windows Code Example check complete nested folder size in windows Code Example
speed up ubuntu Code Example speed up ubuntu Code Example
Cannot make for rpm, the following external binaries need to be installed: rpmbuild Code Example Cannot make for rpm, the following external binaries need to be installed: rpmbuild Code Example
gitlab remove branch Code Example gitlab remove branch Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11