Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshuakgoldberg/astro-konamimojisplosion
Astro integration to quickly load konamimojisplosion into your site. 🎉 ✨ 🎆
https://github.com/joshuakgoldberg/astro-konamimojisplosion
astro astro-integration easter-egg emoji emojisplosion konamimojisplosion
Last synced: about 1 month ago
JSON representation
Astro integration to quickly load konamimojisplosion into your site. 🎉 ✨ 🎆
- Host: GitHub
- URL: https://github.com/joshuakgoldberg/astro-konamimojisplosion
- Owner: JoshuaKGoldberg
- License: mit
- Created: 2023-04-09T22:47:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-19T17:53:25.000Z (7 months ago)
- Last Synced: 2024-05-02T01:44:29.146Z (7 months ago)
- Topics: astro, astro-integration, easter-egg, emoji, emojisplosion, konamimojisplosion
- Language: JavaScript
- Homepage: https://joshuakgoldberg-dot-com-next.vercel.app
- Size: 267 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Astro Konamimojisplosion
See emoji-blast for the new repository containingemoji-blast
.Astro integration to quickly integrate konamimojisplosion into your site. 🎉 ✨ 🎆
See it live on joshuakgoldberg.com by entering the Konami Code! ⚡️
## Usage
First, install the `astro-konamimojisplosion` package using your package manager.
If you're using npm or aren't sure, run this in the terminal:```shell
npm i astro-konamimojisplosion
```Then, apply this integration to your `astro.config.*` file using the `integrations` property:
```ts
import { defineConfig } from "astro/config";
import konamimojisplosion from "astro-konamimojisplosion";export default defineConfig({
// ...
integrations: [konamimojisplosion()],
});
```## Development
See [`.github/CONTRIBUTING.md`](./.github/CONTRIBUTING.md), then [`.github/DEVELOPMENT.md`](./.github/DEVELOPMENT.md).
Thanks! 💖## Contributors
> 💙 This package is based on [@JoshuaKGoldberg](https://github.com/JoshuaKGoldberg)'s [template-typescript-node-package](https://github.com/JoshuaKGoldberg/template-typescript-node-package).