https://github.com/uncenter/uncenter.dev
🌐 Just a place on the interwebs.
https://github.com/uncenter/uncenter.dev
blog eleventy website
Last synced: 2 months ago
JSON representation
🌐 Just a place on the interwebs.
- Host: GitHub
- URL: https://github.com/uncenter/uncenter.dev
- Owner: uncenter
- License: mit
- Created: 2022-05-06T04:44:13.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-07T20:05:45.000Z (2 months ago)
- Last Synced: 2025-05-08T21:29:03.339Z (2 months ago)
- Topics: blog, eleventy, website
- Language: JavaScript
- Homepage: https://uncenter.dev
- Size: 30.2 MB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# uncenter.dev
[](https://11ty.dev)
[](https://tailwindcss.com)
[](https://pages.cloudflare.com/)## Features
- **Syntax highlighting** with [Shiki](https://shiki.style/packages/markdown-it).
- **Optimized images** with [`@11ty/eleventy-img`](https://github.com/11ty/eleventy-img).
- **RSS feed** using [`@11ty/eleventy-plugin-rss`](https://github.com/11ty/eleventy-plugin-rss).
- **Spell-checking** through [`cspell`](http://cspell.org/).
- **Optimized CSS, JS, and HTML** using [PostCSS](https://postcss.org/), [Lightning CSS](https://lightningcss.dev/), [terser](https://github.com/terser/terser), and [HTMLMinifier](https://github.com/kangax/html-minifier).## Development
```sh
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](https://vento.js.org/) 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](LICENSE), blog posts (and other written content) are under [CC BY-SA 4.0](LICENSE-content).