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

[WIP]:: Feature/dyn og img [from custom JSON feed] #852

Draft
wants to merge 78 commits into
base: staging
Choose a base branch
from

Commits on Nov 22, 2022

  1. working og image edge functions

    Working local jekyll
    Comment out unused JSON
    rediris committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    d41d46a View commit details
    Browse the repository at this point in the history
  2. Update og.tsx

    rediris committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    06bfb80 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Configuration menu
    Copy the full SHA
    82ea0f2 View commit details
    Browse the repository at this point in the history
  2. Revert, add log

    rediris committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    b827d72 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3cd407 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. Working take5 image generation

    Example: http://localhost:8888/og-image?type=take5&courseNum=5051
    rediris committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    8a29b5a View commit details
    Browse the repository at this point in the history
  2. config JSON

    rediris committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    651ec38 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. Configuration menu
    Copy the full SHA
    0637651 View commit details
    Browse the repository at this point in the history
  2. working dynamic meta title

    rediris committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    1983aa5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3315bf5 View commit details
    Browse the repository at this point in the history
  4. Adds offset

    rediris committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    69d1615 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. add domain

    rediris committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    66363a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8487bb3 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. Configuration menu
    Copy the full SHA
    42f5e95 View commit details
    Browse the repository at this point in the history
  2. Use netlify deploy URL

    rediris committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    c273ba7 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Update og.tsx

    rediris committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    2b88ede View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b18b980 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Configuration menu
    Copy the full SHA
    506b3a7 View commit details
    Browse the repository at this point in the history
  2. Add back data_topic

    rediris committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    5784f27 View commit details
    Browse the repository at this point in the history
  3. Update og.tsx

    rediris committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    8b63c92 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. Set default logo size

    rediris committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    9bb8ea8 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Fix localhost error

    Resolves `Uncaught CompileError: WebAssembly.instantiate(): expected magic word` error
    rediris committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    9be6b45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4a9d62 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Create .nvmrc

    rediris committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    d041733 View commit details
    Browse the repository at this point in the history
  2. Add debugging, footer display

    rediris committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    5a41111 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. support for yaml data files

    rediris committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    db7e9c0 View commit details
    Browse the repository at this point in the history
  2. data file: course_type

    rediris committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    5be1889 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. query local data files only!

    rediris committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    55258be View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Update og.tsx

    rediris committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    37968dc View commit details
    Browse the repository at this point in the history
  2. Add img_bg_color to data

    rediris committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    9a4d2ad View commit details
    Browse the repository at this point in the history
  3. Try to fix netlify error

    rediris committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    b947ac7 View commit details
    Browse the repository at this point in the history
  4. Fix broken build?

    rediris committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    db55742 View commit details
    Browse the repository at this point in the history
  5. Add included_files to config

    rediris committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    6780a59 View commit details
    Browse the repository at this point in the history
  6. __root instead of Deno.cwd()

    rediris committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    9a8ce47 View commit details
    Browse the repository at this point in the history
  7. Add font to included_files

    rediris committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    c6b61e1 View commit details
    Browse the repository at this point in the history
  8. Read meta.md files by path

    rediris committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    023a9ff View commit details
    Browse the repository at this point in the history
  9. Add testing edge function

    rediris committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    78fac76 View commit details
    Browse the repository at this point in the history
  10. Update test.tsx

    rediris committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    f646a0c View commit details
    Browse the repository at this point in the history
  11. Test: Use deno.readFile

    rediris committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    549e3d8 View commit details
    Browse the repository at this point in the history
  12. Update netlify.toml

    rediris committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    c2baa28 View commit details
    Browse the repository at this point in the history
  13. Update test.tsx

    rediris committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    8406421 View commit details
    Browse the repository at this point in the history
  14. Update test.tsx

    rediris committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    fd5c5db View commit details
    Browse the repository at this point in the history
  15. Read headers for host name

    rediris committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    18dd4cf View commit details
    Browse the repository at this point in the history
  16. Disable og function

    rediris committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    a2a6a0c View commit details
    Browse the repository at this point in the history
  17. simplify

    rediris committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    f42033f View commit details
    Browse the repository at this point in the history
  18. does it work w/o a font?

    rediris committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    39092be View commit details
    Browse the repository at this point in the history
  19. Create custom data feed

    rediris committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    c6e0d1a View commit details
    Browse the repository at this point in the history
  20. update local logic

    rediris committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    141daa1 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. home meta image path

    rediris committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    2a7f19b View commit details
    Browse the repository at this point in the history
  2. remove svg bg img support

    For some reason, it's breaking everything
    rediris committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    dfad781 View commit details
    Browse the repository at this point in the history
  3. Working with JSON?

    rediris committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    a1df8d2 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. prep take5 data files

    rediris committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    04054ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eab32df View commit details
    Browse the repository at this point in the history
  3. better img height calc

    rediris committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    c06c24e View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Refactor aspectRatio function

    rediris committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    a92eba4 View commit details
    Browse the repository at this point in the history
  2. add static pages to JSON

    rediris committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    f3f8836 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Ignore tests folder

    - Testing: Add "data" section for static pages (to expose front matter)
    - restore original home og image
    rediris committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    f529453 View commit details
    Browse the repository at this point in the history
  2. Add rudimentary path support

    rediris committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    bf7d99c View commit details
    Browse the repository at this point in the history
  3. Adds back missing indices

    rediris committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    69c984c View commit details
    Browse the repository at this point in the history
  4. static use og_description

    rediris committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    0ce4ffa View commit details
    Browse the repository at this point in the history
  5. Update og.tsx

    rediris committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    fbf2f6e View commit details
    Browse the repository at this point in the history
  6. Notes

    rediris committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    ae14d74 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Add offsets

    rediris committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    9256956 View commit details
    Browse the repository at this point in the history
  2. Remove unused data attr

    rediris committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    9ae821b View commit details
    Browse the repository at this point in the history
  3. Add take5 border

    rediris committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    3535270 View commit details
    Browse the repository at this point in the history
  4. Update og.tsx

    rediris committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    6f6d78f View commit details
    Browse the repository at this point in the history
  5. Add offsets

    rediris committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    0f0a44a View commit details
    Browse the repository at this point in the history
  6. take5 font size logic

    rediris committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    e2a8201 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. cleanup unused config

    rediris committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    6879bd3 View commit details
    Browse the repository at this point in the history
  2. add initial layouts

    rediris committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    6875ae9 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Add additional layout logic

    rediris committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    9c4f7ae View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Update page inclusion logic

    rediris committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    d5d9726 View commit details
    Browse the repository at this point in the history
  2. DRY logic improvements

    rediris committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    dac1274 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. use liquid extension

    rediris committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    16be936 View commit details
    Browse the repository at this point in the history
  2. Use og_gen_data prefix

    rediris committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    16ee6f4 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. README for /og-image

    rediris committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    352747b View commit details
    Browse the repository at this point in the history
  2. Update README.md

    rediris committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    4fa95d5 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Add Satori reference

    rediris committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    4f41e49 View commit details
    Browse the repository at this point in the history