riggraz / no-style-please

A (nearly) no-CSS, fast, minimalist Jekyll theme.
https://riggraz.dev/no-style-please/
MIT License
1.1k stars 542 forks source link

Titles converted to links and layouts do not exist. #46

Closed haydenheroux closed 2 years ago

haydenheroux commented 2 years ago

I have done the basic setup with this theme and I have configured my _data/menu.yml in a manner very similar to the example _data/menu.yml. I have also created two additional pages in the root directory; "archive.md" with the layout "archive" and "portfolio.md" with the layout "page." When I run "bundle exec jekyll serve" the error " Build Warning: Layout 'archive' requested in archive.md does not exist." followed by " Build Warning: Layout 'page' requested in portfolio.md does not exist." When I navigate to localhost:4000 all of the titles are links to nothing, even though I have not specified any url fields in the _menu.yml file.Additionally, I have placed an image named "logo.png" in the root directory, but this logo is not found on build.

haydenheroux commented 2 years ago

Bundle was pulling and out-of-date version, fixed.