Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryanccn/ryanccn.dev
My personal website, made with Eleventy and Tailwind CSS!
https://github.com/ryanccn/ryanccn.dev
11ty eleventy eleventy-website tailwindcss website
Last synced: 2 months ago
JSON representation
My personal website, made with Eleventy and Tailwind CSS!
- Host: GitHub
- URL: https://github.com/ryanccn/ryanccn.dev
- Owner: ryanccn
- License: mit
- Created: 2023-12-29T03:33:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-14T19:20:46.000Z (3 months ago)
- Last Synced: 2024-10-15T07:03:53.126Z (3 months ago)
- Topics: 11ty, eleventy, eleventy-website, tailwindcss, website
- Language: JavaScript
- Homepage: https://ryanccn.dev/
- Size: 25.5 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ryanccn.dev
My personal website, made with [Eleventy](https://www.11ty.dev/) and [Tailwind CSS](https://tailwindcss.com/)!
## Features
- **Optimized images**, with different formats, sizes, and low-quality image placeholders (LQIP)
- **Build processes** for JavaScript and CSS right in Eleventy through `.11ty.js` templates
- **Syntax highlighting** for blog posts in Markdown using [shiki](https://github.com/shikijs/shiki)
- **RSS & Atom feeds** for subscription and syndication
- **GitHub contributions listing** using the GitHub GraphQL API
- **16 themes** available via CSS variables and accessible through a select
- **Pageview data** fetched from [Plausible](https://plausible.io/)'s API## Get started
```console
$ pnpm install # install dependencies
$ pnpm dev # start development server
$ pnpm build # run production build
$ pnpm clean # clean up build artifacts and caches
```## License(s)
- Code: **MIT** ([`LICENSE`](LICENSE))
- Content & Images: **CC BY-SA 4.0** ([`LICENSE-content`](LICENSE-content))