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(nx-dev): add nx blog #22828

Merged
merged 27 commits into from Apr 29, 2024
Merged

feat(nx-dev): add nx blog #22828

merged 27 commits into from Apr 29, 2024

Commits on Apr 29, 2024

  1. feat(nx-dev): new Nx blog

    juristr authored and ndcunningham committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    ecd35f2 View commit details
    Browse the repository at this point in the history
  2. docs(core): cleanup

    jaysoo authored and ndcunningham committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    6585382 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f60fcde View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    864a572 View commit details
    Browse the repository at this point in the history
  5. docs(core): fix blog posts

    jaysoo authored and ndcunningham committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    290fa6e View commit details
    Browse the repository at this point in the history
  6. docs(core): fix links

    jaysoo authored and ndcunningham committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    1a88d13 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d1e0677 View commit details
    Browse the repository at this point in the history
  8. docs(core): Add Blog Fast, Effortless CI

    Renamed What if Nx Plugins Were More Like VSCode Extensions url to nx-18-project-crystal
    ndcunningham committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    7f675eb View commit details
    Browse the repository at this point in the history
  9. docs(core): Add Versioning and releasing packages blog

    update nx 18 project crystal
    ndcunningham committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    7a5379a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6fa2d6c View commit details
    Browse the repository at this point in the history
  11. docs(core): fix cover aspect on blog

    jaysoo authored and ndcunningham committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    a6dbdd6 View commit details
    Browse the repository at this point in the history
  12. docs(core): fix cover aspect on blog

    jaysoo authored and ndcunningham committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    6d02e6d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4370e87 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3fa4a15 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    954f5d3 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    15238d2 View commit details
    Browse the repository at this point in the history
  17. docs(core): Added Why Speed Matters blog

    Updated transform images to support avif images
    ndcunningham committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    779a9ea View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    027abb5 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    e41cdb7 View commit details
    Browse the repository at this point in the history
  20. docs(core): Update tailwind dependency

    Update styles for /blog
    Add tags column for more blogs section
    ndcunningham committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    3d337f6 View commit details
    Browse the repository at this point in the history
  21. docs(core): Normalize blog titles

    Add grayscale for images
    Update featured blogs
    ndcunningham committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    a5a536e View commit details
    Browse the repository at this point in the history
  22. docs(core): Added MoreBlogs component

    Added ImageTheme Component
    Update blogs home page style
    ndcunningham committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    f2bbb60 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    0ee369e View commit details
    Browse the repository at this point in the history
  24. feat(nx-dev): refactor UI components for better readability

    Updated the UI components to simplify the code and make it more readable. This includes improvements to the `BlogAuthors` component, with a more straightforward mapping of authors to images. The `BlogEntry` component has been simplified and made more concise, removing the `cx` method. The blog header font size has also been standardized on the blog page.
    bcabanes authored and ndcunningham committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    9bff85e View commit details
    Browse the repository at this point in the history
  25. docs(core): Encapsulated Blog components

    Rewrote css to be tailwind specific
    Removed ImageTheme Component
    ndcunningham committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    81b012a View commit details
    Browse the repository at this point in the history
  26. feat(nx-dev): misc

    Simplified the BlogAuthors component by removing the unnecessary interface declaration for the 'authors' prop. Also improved the blog-details.tsx layout by adjusting class attributes for better alignment, text visibility and responsive handling. These changes aim to enhance code readability and user interface experience.
    bcabanes authored and ndcunningham committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    60a9520 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    e7f2c02 View commit details
    Browse the repository at this point in the history