riboseinc / jekyll-theme-open-project

Jekyll theme for site suite presenting your open software and specifications.
MIT License
30 stars 3 forks source link

Gem build script fails #26

Open strogonoff opened 5 years ago

strogonoff commented 5 years ago

./develop/build fails, currently with:

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.

strogonoff commented 5 years ago

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.