You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Liquid Exception: Could not locate the included file 'logo.html' in any of ["/Volumes/Ribose 1/jekyll-theme-open-project/"]. Ensure it exists in one of those directories and, if it is a symlink, does not point outside your site source. in /_layouts/default.html
The cause is that theme gem currently tries to double as both theme itself and as test site for the site. It fails to be the test site.
It is useful to have the build script build the site and run some checks, even just a basic HTML markup validation.
The text was updated successfully, but these errors were encountered:
Current idea is to bundle sources for a basic sample open project network, complete with a hub and a couple project sites, and to change ./develop/build to work with that instead of trying to build a site straight from theme gem contents.
./develop/build
fails, currently with:The cause is that theme gem currently tries to double as both theme itself and as test site for the site. It fails to be the test site.
It is useful to have the build script build the site and run some checks, even just a basic HTML markup validation.
The text was updated successfully, but these errors were encountered: