Skip to content

@lekoarts/[email protected]

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Dec 16:10
· 639 commits to main since this release
7fb88ca

Minor Changes

  • 2e2b6de #557 Thanks @LekoArts! - feat(gatsby-theme-jodie): Add customization options for homepage

    The PR #557 added some new possiblities to customize the homepage of gatsby-theme-jodie. This was requested in: #547

    More specifically, this adds two new theme options and one special file to shadow:

    1. homepagePageLimit
    2. homepageProjectLimit
    3. Shadowing modify-grid.ts

    The options 1) and 2) are explained in the theme options of the README -- they limit the number of projects and pages that will randomly be distributed on the page.

    Option 3) is a really powerful one! The modifyGrid function is wrapping the entire array of projects & pages before passing it to the render function of the React component. Or in other words: As the name suggests you can modify the items that are passed to the grid on the homepage.

    You don't need to update any code on your end, however, if you want to modify your homepage, see the instructions in the README.