Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

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))