An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# 11ty-equk


equks blog

Personal blog powered by eleventy

Deploys by Netlify

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


11ty-logo

sharp Badge esbuild Badge PostCSS Badge ESLint Badge Prettier Badge ATOM Badge

## ⚠️ 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