ryanccn.dev

My personal website, made with Eleventy and Tailwind CSS!

MIT License

Stars
7
Committers
6

ryanccn.dev

My personal website, made with Eleventy and Tailwind CSS!

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
  • 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's API

Get started

$ pnpm install  # install dependencies
$ pnpm dev      # start development server
$ pnpm build    # run production build
$ pnpm clean    # clean up build artifacts and caches

License(s)