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

Upgrade and fix builds #93

Merged
merged 23 commits into from
Jul 26, 2023
Merged

Upgrade and fix builds #93

merged 23 commits into from
Jul 26, 2023

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