https://github.com/equk/11ty-equk
🎈 equk blog on eleventy
https://github.com/equk/11ty-equk
Last synced: about 1 year ago
JSON representation
🎈 equk blog on eleventy
- Host: GitHub
- URL: https://github.com/equk/11ty-equk
- Owner: equk
- License: mit
- Created: 2023-06-10T09:54:10.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-22T14:52:58.000Z (about 1 year ago)
- Last Synced: 2025-04-22T15:47:35.005Z (about 1 year ago)
- Language: Nunjucks
- Homepage: https://equk.co.uk
- Size: 17.8 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 11ty-equk
Personal blog powered by eleventy

Deployed at: https://equk.co.uk/

## ⚠️ not a starter template or theme
This is my own personal blog and shouldn't be used as a starter template or theme.
## Features
- [x] postcss integration
- [x] esbuild integration
- [x] image optimization
- [x] syntax highlighting (zero JS output)
- [x] atom feed generation
- [x] sitemap generation
- [x] post feature image
- [x] image attribution link
- [x] post list pagination
- [x] darkmode support (`localStorage` & `prefers-color-scheme`)
- [x] inlined css
- [x] opengraph meta tags
- [x] social media meta tags
- [x] 11ty bundle support
- [x] markdown checklists
- [x] eslint with prettier
- [x] favicon generation
- [x] webmentions
- [x] blog post commenting using mastodon
- [x] esm support (11ty 3.0.x)
## Image Optimization
- [x] includes `{% image %}` shortcode
- [x] automatic optimization in markdown
- [x] Automated `` syntax markup with srcset and optional sizes
- [x] Includes width/height attributes to avoid content layout shift
- [x] Includes `loading="lazy"` for native lazy loading without JavaScript
- [x] Includes `decoding="async"`
## URL Generation
Post permalinks are generated using `title` & `date` fields
Resulting in `/YYYY/MM/DD/slugify-title`
# Contact
Website: https://equk.co.uk
Mastodon: [@equilibriumuk@hachyderm.io](https://hachyderm.io/@equilibriumuk)
# License
Source Code: MIT License
Content & Media: Copyright
(You are **not** permitted to re-use the content publicly or commercially)
---
based on eleventy-base-blog