Skip to content

🌐 Just a place on the interwebs.

License

MIT, CC-BY-SA-4.0 licenses found

Licenses found

MIT
LICENSE
CC-BY-SA-4.0
LICENSE-content
Notifications You must be signed in to change notification settings

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

6422ee1 Β· Nov 18, 2024
Jun 4, 2024
Jul 29, 2024
May 28, 2024
Mar 21, 2024
Mar 23, 2024
Nov 18, 2024
Sep 13, 2024
Feb 9, 2024
Mar 21, 2024
May 18, 2023
Jul 28, 2023
Sep 21, 2024
Oct 23, 2024
Jan 14, 2024
Nov 18, 2024
Nov 18, 2024
Nov 18, 2024
Jun 12, 2024
Nov 17, 2024
Nov 18, 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/_layouts/, src/_includes/: nunjucks templates for layouts and components
  • src/_data/: data used in 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.