theapplegates / ryanccn.dev

My personal website, made with Eleventy and Tailwind CSS

Home Page:https://ryanccn.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

My personal website, made with Eleventy and Tailwind CSS

https://ryanccn.dev

License:MIT License


Languages

Language:JavaScript 38.8%Language:Nunjucks 38.4%Language:CSS 14.8%Language:TypeScript 8.0%