Skip to content

uncenter/uncenter.dev

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6275dbf Β· Jan 29, 2025
Jun 4, 2024
Jul 29, 2024
Jan 28, 2025
Jan 29, 2025
Mar 23, 2024
Jan 29, 2025
Sep 13, 2024
Feb 9, 2024
Mar 21, 2024
May 18, 2023
Jul 28, 2023
Nov 19, 2024
Oct 23, 2024
Jan 14, 2024
Jan 28, 2025
Jan 29, 2025
Jan 29, 2025
Jun 12, 2024
Nov 17, 2024
Nov 19, 2024

Repository files navigation

uncenter.dev

Eleventy Tailwind Cloudflare

Features

Development

pnpm install  # install dependencies
pnpm dev      # start development server
pnpm build    # run production build
pnpm clean    # clean up build artifacts
pnpm format   # format files

Structure

  • src/_data/: data used in templates
  • src/layouts/, src/components/: Vento layout and component templates
  • src/generated: root files (feeds, sitemap, robots.txt)
  • src/assets/: static assets (styling, scripts, fonts)
  • src/posts/: blog posts
  • images/: images for blog posts
  • public/: favicons and fonts
  • config/11ty/: collections, shortcodes, and filters for 11ty
  • config/markdown/: markdown configuration
  • config/transforms/: various functions for transforming/processing CSS, HTML, and JS

License

Source code is under MIT, blog posts (and other written content) are under CC BY-SA 4.0.