astro-gists

Allows the user to import GitHub Gists by ID through an Astro Component and Octokit

MIT License

Downloads
57
Stars
2

Bot releases are visible (Hide)

astro-gists - @matthiesenxyz/[email protected]

Published by github-actions[bot] 8 months ago

Patch Changes

  • a27111a: update mdx integration config, as well as impliment ratelimit checks on Octokit with logs!
astro-gists - @matthiesenxyz/[email protected]

Published by github-actions[bot] 8 months ago

Minor Changes

  • 8a99f5a: NEW:

    • Added @astrojs/mdx to built in options as the MDX integration has specicial placement requirements. (This was the easy option)
      • Enabled by Default
      • Can be disabled by passing MDXIntegration: false within the main astroGist() object in astro.config.mjs

    Update:

    • new version of astro-integration-kit allowing some much needed code cleanup
    • Better logs!

Patch Changes

  • 531d704: Update main package.json to fix some Dependencies that were not properly marked
astro-gists - @matthiesenxyz/[email protected]

Published by github-actions[bot] 8 months ago

Patch Changes

  • f5d2f29: Added new Component to get entire collections of gists (See Readme for more info)
astro-gists - @matthiesenxyz/[email protected]

Published by github-actions[bot] 8 months ago

Patch Changes

  • cf9311b: Update README and add example image
astro-gists - @matthiesenxyz/[email protected]

Published by github-actions[bot] 8 months ago

Patch Changes

  • fbf4a7a: Initial release