Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/austin-raey/web
https://github.com/austin-raey/web
Last synced: about 22 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/austin-raey/web
- Owner: austin-raey
- Created: 2024-10-01T21:29:22.000Z (about 1 month ago)
- Default Branch: latest
- Last Pushed: 2024-10-26T18:27:43.000Z (11 days ago)
- Last Synced: 2024-10-26T20:30:51.513Z (11 days ago)
- Language: Astro
- Size: 630 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
Code for my personal site, [`raey.link`](https://raey.link) (alias [`austinraey.link`](https://austinraey.link))
# Technologies
- [Astro](https://astro.build), for the framework
- [Tailwind](https://tailwindcss.com), for (most) styling
- [UnoCSS](https://unocss.dev) is another excellent consideration!
- [eslint](https://eslint.org) + [prettier](https://prettier.io), for code formatting and linting, with the following notable plugins:
- [eslint-plugin-perfectionist](https://github.com/azat-io/eslint-plugin-perfectionist), love this for sorting
- [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn), like some of the rules here. Still discovering whether or not I like this.
- [iconify](https://iconify.design), for icons. Very pluggable.A full list is in the [`package.json`](./package.json).