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

Port /blog to App router; add blog preview cards [#134] #1059

Merged
merged 7 commits into from
Nov 15, 2024

Commits on Nov 14, 2024

  1. update marked from 0.7 to 14.1.3 [#134]

    The need for this update was mainly to get type information for
    `marked`; version 14.1.3 was current on the day when I made this
    change. (The library releases and updates versions _frequently_.)
    
    I did not carefully review the five years worth of changelogs between
    0.7 and 14.1.3, but empirically the API doesn't seem to have changed
    and the code still works.
    genehack committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    da0fbaa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43a9b2d View commit details
    Browse the repository at this point in the history
  3. Convert blog to App Router [#134]

    Deletes old Pages Router blog files, as well as displayMarkdown
    component.
    genehack committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    fcfd141 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    639eae0 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Normalize image and https://nextstrain.org/ links to origin-relative …

    …URLs [#134]
    
    * Prepend `/blog/` to all blog post image URLs
    * Remove `https://nextstrain.org` from link URLs
    genehack committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    b49e8f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2cf130 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65c6296 View commit details
    Browse the repository at this point in the history