Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(blog): allow processing blog posts through a processBlogPosts function #9886

Merged
merged 18 commits into from
Mar 5, 2024

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    7a76d9b View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. Configuration menu
    Copy the full SHA
    29b29ae View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. fix and try to improve tests

    OzakIOne committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    3afcdfe View commit details
    Browse the repository at this point in the history
  2. fix type and add test

    OzakIOne committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    6019b81 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64e5f47 View commit details
    Browse the repository at this point in the history
  4. wip: loadcontent test

    OzakIOne committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    0d8777c View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. refactor(theme): dates should be formatted on the client-side instead…

    … of in nodejs code (#9868)
    
    Co-authored-by: OzakIOne <OzakIOne@users.noreply.github.com>
    Co-authored-by: sebastien <lorber.sebastien@gmail.com>
    3 people committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    c737407 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    062569f View commit details
    Browse the repository at this point in the history
  3. wip tests

    OzakIOne committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    2bafacd View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    cd9a79c View commit details
    Browse the repository at this point in the history
  2. Revert "refactor(theme): dates should be formatted on the client-side…

    … instead of in nodejs code (#9868)"
    
    This reverts commit c737407.
    OzakIOne committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    13c4b5e View commit details
    Browse the repository at this point in the history
  3. add back formattedDate

    OzakIOne committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    3c4cf8c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0162aac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f57b020 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. simplify test

    OzakIOne committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    f95c993 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d554527 View commit details
    Browse the repository at this point in the history
  3. add doc

    OzakIOne committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    69ea576 View commit details
    Browse the repository at this point in the history
  4. fix build

    OzakIOne committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    2bc22d3 View commit details
    Browse the repository at this point in the history