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

Switch to CSS variables #94

Draft
wants to merge 38 commits into
base: develop
Choose a base branch
from
Draft

Switch to CSS variables #94

wants to merge 38 commits into from

Commits on Jul 24, 2023

  1. Upgrade and fix eleventy

    Also update the readme and the commands.
    
    Fix javascript not getting compiled by the build action.
    Taeir committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    8248ef5 View commit details
    Browse the repository at this point in the history
  2. Add missing assets

    Taeir committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    474157b View commit details
    Browse the repository at this point in the history
  3. Remove comment

    Taeir committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    bf51394 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b1425f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9d6596b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c748c1a View commit details
    Browse the repository at this point in the history
  7. Switch from blacklist to whitelist for files to include

    This means that we won't accidentally forget to exclude files.
    Taeir committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    75bb6f2 View commit details
    Browse the repository at this point in the history
  8. Add proper dev server setup

    Taeir committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    a4debe6 View commit details
    Browse the repository at this point in the history
  9. Use eleventy passthrough to skip docs rebuild upon css/js change

    This will make your SDDs/hard drives and your CPU happy while still
    doing exactly the same as before!
    Taeir committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    0788bba View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Configuration menu
    Copy the full SHA
    2170162 View commit details
    Browse the repository at this point in the history
  2. Add CI build job

    Taeir committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    1331f56 View commit details
    Browse the repository at this point in the history
  3. Fix GHActions CI job

    Taeir committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    e8246a5 View commit details
    Browse the repository at this point in the history
  4. Cleanup package json and eleventy config

    Get rid of NPM jobs that we dont need with eleventys passthroughs.
    Taeir committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    c0b4100 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9defdbc View commit details
    Browse the repository at this point in the history
  6. Also pass through source maps

    Taeir committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    946ec03 View commit details
    Browse the repository at this point in the history
  7. Pass through source maps

    Taeir committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    f0263fe View commit details
    Browse the repository at this point in the history
  8. Only run on master

    Taeir committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    fcd5fb6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    970d5b3 View commit details
    Browse the repository at this point in the history
  10. Cleanup templates

    Taeir committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    fe882a1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8010fd6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    01580a0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f5e3e7b View commit details
    Browse the repository at this point in the history
  14. Remove unused setup script

    Taeir committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    f733695 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b22ba42 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    11ad9b4 View commit details
    Browse the repository at this point in the history
  17. Improve link descriptions

    Taeir committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    f9e52ab View commit details
    Browse the repository at this point in the history
  18. Refactor links variables

    Taeir committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    6504ad1 View commit details
    Browse the repository at this point in the history
  19. Add quotes and tables

    Taeir committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    1969d41 View commit details
    Browse the repository at this point in the history
  20. Add code block colors

    Taeir committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    4553cab View commit details
    Browse the repository at this point in the history
  21. Add badge colors

    Taeir committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    6a4144c View commit details
    Browse the repository at this point in the history
  22. Add buttons

    Taeir committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    ae92a6c View commit details
    Browse the repository at this point in the history
  23. Consistently use plural

    Taeir committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    ddc6a28 View commit details
    Browse the repository at this point in the history
  24. Migrate form colors

    Taeir committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    36b36a4 View commit details
    Browse the repository at this point in the history
  25. Migrate modals

    Taeir committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    af76fd3 View commit details
    Browse the repository at this point in the history
  26. Migrate headers

    Taeir committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    66f6234 View commit details
    Browse the repository at this point in the history
  27. Migrate footer

    Taeir committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    0db59a2 View commit details
    Browse the repository at this point in the history
  28. Migrate item lists

    Taeir committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    b374bdb View commit details
    Browse the repository at this point in the history
  29. Migrate notices

    Taeir committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    20e72f1 View commit details
    Browse the repository at this point in the history