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

blog redesign #494

Draft
wants to merge 36 commits into
base: main
Choose a base branch
from
Draft

blog redesign #494

wants to merge 36 commits into from

Commits on May 13, 2024

  1. 🚚 change and refactor article urls

    enforce correct url params, redirect to single true url pattern.
    before, ambiguous urls were possible:
    /blog/1970/01/01/slug/ and /blog/2024/01/01/slug/ would both resolve
    krmax44 committed May 13, 2024
    Configuration menu
    Copy the full SHA
    ac244d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9752b59 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ad602c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bbcda3c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5b1c8b7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1f763b4 View commit details
    Browse the repository at this point in the history
  7. 🗃️ make start_publication required

    for existing articles with no start_publication, set it to creation_date
    krmax44 committed May 13, 2024
    Configuration menu
    Copy the full SHA
    7f0be29 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    df37118 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fbb04e9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a678c3e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ba49061 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4ef06bb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a89008f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1c56028 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9ff4921 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4a3633f View commit details
    Browse the repository at this point in the history
  17. 🚧 work on blog styles

    krmax44 committed May 13, 2024
    Configuration menu
    Copy the full SHA
    45ca553 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b5e1eef View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    bcb56ed View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    5bbd573 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    87e3b2b View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    3f180e5 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    4a5aae0 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    cca4bd8 View commit details
    Browse the repository at this point in the history
  25. 🐛 fix update in migration

    krmax44 committed May 13, 2024
    Configuration menu
    Copy the full SHA
    e9e627f View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    e37e089 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    5f41e92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebfc8d8 View commit details
    Browse the repository at this point in the history
  3. ✨ find author's articles when searching for their name

    this may be a breaking change
    krmax44 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    eba656a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2b5faff View commit details
    Browse the repository at this point in the history
  5. 🩹 fix article reverse url

    krmax44 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    540e099 View commit details
    Browse the repository at this point in the history
  6. 💬 rename Blog to Articles

    krmax44 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    b483bd4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    498d38f View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. 🚧 work on article layout

    krmax44 committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    8161fbb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc92547 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd79628 View commit details
    Browse the repository at this point in the history