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

Update deps #350

Merged
merged 5 commits into from
May 23, 2024
Merged

Update deps #350

merged 5 commits into from
May 23, 2024

Commits on May 20, 2024

  1. build(deps): update bootstrap from v5beta to v5.3.3

    Problem:
    Loading unnecessary files for bootstrap.
    
    Solution:
    Update bootstrap version and remove old files.
    Bootstrap now includes popperjs. Doesn't need jquery anymore.
    Bootstrap now includes its own reboot. Doesn't need normalize.css anymore.
    saitheninja committed May 20, 2024
    Configuration menu
    Copy the full SHA
    7e203db View commit details
    Browse the repository at this point in the history
  2. build(deps): update nix-shell deps

    Problem:
    Ruby version in nix-shell is too old to build the site.
    
    Solution:
    Update ruby version and nix-shell commands.
    saitheninja committed May 20, 2024
    Configuration menu
    Copy the full SHA
    1cbc800 View commit details
    Browse the repository at this point in the history
  3. build(deps): remove old font files & use current font.

    Problem:
    Lato font is no longer being used.
    Inter font is not being loaded.
    No difference between serif and sans-serif.
    
    Solution:
    Remove old files.
    Update variables to load Inter font properly.
    Use only sans-serif fonts.
    saitheninja committed May 20, 2024
    Configuration menu
    Copy the full SHA
    ad529d2 View commit details
    Browse the repository at this point in the history
  4. fix: match previous navbar styling.

    Problem:
    New Bootstrap update broke navbar styling.
    
    Solution:
    Update navbar to match previous styling.
    Clean up a bit.
    saitheninja committed May 20, 2024
    Configuration menu
    Copy the full SHA
    0696b3e View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. build(deps): remove unminified versions of bootstrap.

    Problem:
    Don't need unminified versions.
    
    Solution:
    Remove unminified versions.
    saitheninja committed May 21, 2024
    Configuration menu
    Copy the full SHA
    a23406f View commit details
    Browse the repository at this point in the history