williaml33moore / bathtub

BDD Gherkin implementation in native SystemVerilog, based on UVM.
https://bathtubBDD.dev
MIT License
2 stars 0 forks source link

Web page is incorrectly including "assets" in the sidebar. #118

Closed williaml33moore closed 2 weeks ago

williaml33moore commented 2 weeks ago

Just noticed today.

williaml33moore commented 2 weeks ago

That fixed it.

williaml33moore commented 2 weeks ago

Yes it fixed it, but it prevented the assets from being part of the web site, so I lost my graphics. Rolled it back. Working on a fix to omit assets from the sidebar. I think the problem was I put a README.md in assets, and Jekyll treats that as a page.

williaml33moore commented 2 weeks ago

This fixed it: https://github.com/williaml33moore/bathtub/commit/b483f65826353f66094210cffd9dad21b9e8fbb6 Added Jekyll YAML front matter to assets/README.md that marks the page with published: false. Jekyll doesn't render it, and omits it from the side bar.