Skip to content

v9.2.2-alpha.5

Choose a tag to compare

@rdelardela released this 30 Mar 23:09
a55fe62

What's Changed

  • v9.2.2-alpha.5 by @rdela in #11

    • feat: refine post images + docs + lighthouse
    • fix: add lighthouse config to netlify.toml

feat: refine post images + docs (v9.2.2-alpha.5)

  • new post images (PR #10) in the post list now work much better on
    smaller screen sizes.

    • simplified hero thumb logic in postslist.njk so that
      postlist-text always visible.
    • flex-wrap: wrap; now only on postlist-item at < 320px screens.
    • add padding-bottom to postlist-text to balance vertical center.
  • added ellipsize css using webkit-box and line-clamp to prevent extra long
    post title spill/overflow, tested with secondpost.md.

  • added metadata.eleventeen for version report in footer
    (hover over eleventeen link).

fix: add lighthouse config to netlify.toml

Compare v9.2.2 changes to v9.2.1: v9.2.1-alpha.5...v9.2.2-alpha.5