multiformats / website

The multiformats website
https://multiformats.io
MIT License
20 stars 48 forks source link

fix: make hugo render all pages #76

Closed rvagg closed 1 year ago

rvagg commented 1 year ago

Hugo update seems to have messed up rendering subpages. https://multiformats.io/multiaddr and https://multiformats.io/multihash are missing.

_index.md seems to be special now? with just index.md only index.html is rendered, but with _index.md both the sub-pages are rendered but the index isn't. Adding in layouts/index.html seems to make the index render from _index.md.

SgtPooki commented 1 year ago

seems fixed at https://bafybeian65ux5vlnwnsw7m4rln5lfqwuqhrchk7seigjt4j6j3nddxb6ge.on.fleek.co/multiaddr/ and https://bafybeian65ux5vlnwnsw7m4rln5lfqwuqhrchk7seigjt4j6j3nddxb6ge.on.fleek.co/multihash/

ben221199 commented 1 year ago

Same problem fixed in #78, but in a little different way.

rvagg commented 1 year ago

78 fixed this