As of today (2021-02-16), website built with canada-ca-jekyll-boilerplate as template results in empty pages out of the box, see https://anthonyfok.github.io/ for example.
Configuration file: /home/foka/git/canada-ca-jekyll-boilerplate/_config.yml
Source: /home/foka/git/canada-ca-jekyll-boilerplate
Destination: /home/foka/git/canada-ca-jekyll-boilerplate/_site
Incremental build: disabled. Enable with --incremental
Generating...
Remote Theme: Using theme wet-boew/gcweb-jekyll
Build Warning: Layout 'page' requested in _pages/en/another-page.md does not exist.
Build Warning: Layout 'page' requested in _pages/fr/autre-page.md does not exist.
Build Warning: Layout 'page' requested in _pages/en/index.md does not exist.
Build Warning: Layout 'page' requested in _pages/fr/index.md does not exist.
Build Warning: Layout 'page' requested in _pages/index.md does not exist.
After much head-scratching and debugging, it turns out that wet-boew/gcweb-jekyll, which is fetched as a remote theme, has a breaking change in the 2021-02-15 wet-boew/gcweb-jekyll@f66348c especially where the "page" layout _layouts/page.html was removed...
Please fix soon! Many thanks!
As of today (2021-02-16), website built with canada-ca-jekyll-boilerplate as template results in empty pages out of the box, see https://anthonyfok.github.io/ for example.
After much head-scratching and debugging, it turns out that wet-boew/gcweb-jekyll, which is fetched as a remote theme, has a breaking change in the 2021-02-15 wet-boew/gcweb-jekyll@f66348c especially where the "page" layout
_layouts/page.htmlwas removed...Please fix soon! Many thanks!