Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jackhowa/11ty-with-serverless
https://github.com/jackhowa/11ty-with-serverless
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jackhowa/11ty-with-serverless
- Owner: JackHowa
- Created: 2021-01-19T01:38:40.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-05T19:32:55.000Z (almost 2 years ago)
- Last Synced: 2023-08-18T22:59:53.365Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://elated-engelbart-de7f45.netlify.app/
- Size: 709 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 11ty Scaffold with Serverless
A starting point for an 11ty site. With:
- Nunjucks template inheritance
- Sass pipeline with SCSS
- Responsive breakpoints via mixins
- Image passthrough without optimisation
- 11ty data cascade with remote data request
- Serverles functions pipeline with [Netlify Functions](https://netlify.com/functions)## Using this scaffold
You can use this repo as a Template via GitHub, or fork it, but it is intended to be used via [11up](https://www.npmjs.com/package/11up) - a little utility for remotely copying scaffolds like this as a quick way to start a new 11ty site.
```bash
# install via 11up
npx 11up@latest# ...select "scaffold-plus-serverless" from the available templates when prompted
```## 👉 Try out a deploy
You can also try cloning this tempalte repo and deploying it to [Netlify](https://www.netlify.com/?utm_source=github&utm_medium=11up-pnh&utm_campaign=devex) automatically by clicking the Deploy Button below.
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/philhawksworth/11ty-with-serverless&utm_source=github&utm_medium=11up-pnh&utm_campaign=devex)