Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattlehrer/eleventy-alpine-tailwind-snowpack
A blog and digital garden template, built with eleventy, tailwind, alpinejs, turbolinks, and snowpack
https://github.com/mattlehrer/eleventy-alpine-tailwind-snowpack
eleventy eleventy-template tailwind
Last synced: about 1 month ago
JSON representation
A blog and digital garden template, built with eleventy, tailwind, alpinejs, turbolinks, and snowpack
- Host: GitHub
- URL: https://github.com/mattlehrer/eleventy-alpine-tailwind-snowpack
- Owner: mattlehrer
- Created: 2021-02-10T05:00:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-17T18:07:46.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T20:00:08.588Z (over 1 year ago)
- Topics: eleventy, eleventy-template, tailwind
- Language: Nunjucks
- Homepage: https://eleventy-alpine-tailwind-snowpack-demo.netlify.app/?ref=github
- Size: 5.1 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A blog and digital garden template, built with eleventy, tailwind, alpinejs, turbolinks, and snowpack
Ready for deploying to Netlify with build plugins for inlining CSS and font file optimizations.
Check out the [demo](https://eleventy-alpine-tailwind-snowpack-demo.netlify.app/)
## TODO
- [x] [Eleventy Image plugin](https://www.11ty.dev/docs/plugins/image/)
- [x] [netlify-plugin-inline-critical-css](https://github.com/Tom-Bonnike/netlify-plugin-inline-critical-css)
- [x] [netlify-plugin-subfont](https://github.com/Munter/netlify-plugin-subfont) - requirements.txt and runtime.txt are the python config for this plugin
- [x] Blog post list formatting
- [x] Head and meta [setup for SEO](https://github.com/scottishstoater/jamstack-web-starter/blob/master/src/_includes/head.njk)
- [ ] [Tag pages](https://github.com/11ty/eleventy-base-blog/blob/master/tags.njk)## Inspiration
- https://github.com/stefanfrede/11st-starter-kit
- https://github.com/tomreinert/minimal-11ty-tailwind-starter
- https://github.com/mattwaler/tea-stack/
- https://github.com/scottishstoater/jamstack-web-starter
- https://medium.com/hceverything/applying-srcset-choosing-the-right-sizes-for-responsive-images-at-different-breakpoints-a0433450a4a3