All Projects → philhawksworth → Eleventyone

philhawksworth / Eleventyone

Licence: mit
A scaffold for a quick start building with the Eleventy SSG

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Eleventyone

Ecommerce Netlify
🛍 A JAMstack Ecommerce Site built with Nuxt and Netlify Functions
Stars: ✭ 1,147 (+194.1%)
Mutual labels:  serverless, netlify, jamstack
Commercejs Nextjs Demo Store
Commerce demo store built for the Jamstack. Built with Commerce.js, Next.js, and can be one-click deployed to Netlify. Includes product catalog, categories, variants, cart, checkout, payments (Stripe) order confirmation, and printable receipts.
Stars: ✭ 737 (+88.97%)
Mutual labels:  serverless, netlify, jamstack
Functions
Tutorials, examples, workshops and a playground for serverless with Netlify Functions
Stars: ✭ 463 (+18.72%)
Mutual labels:  serverless, netlify, jamstack
Jamstack Serverless
Learn JAMstack Serverless Modern App Development in Baby Steps using Gatsby.js, React, TypeScript, GraphQL, Contentful, Netlify, FaunaDB, MongoDB, Apollo, Github Actions, Project Fugu, and CSS Houdini.
Stars: ✭ 178 (-54.36%)
Mutual labels:  serverless, netlify, jamstack
netlify-lambda-function-example
An example Netlify Lambda function that processes payments with Stripe.
Stars: ✭ 93 (-76.15%)
Mutual labels:  netlify, jamstack
testimonial
Jamstack app using Gatsby, Netlify, and FaunaDB.
Stars: ✭ 23 (-94.1%)
Mutual labels:  netlify, jamstack
functions.netlify.com
Tutorials, examples, workshops and a playground for serverless with Netlify Functions
Stars: ✭ 498 (+27.69%)
Mutual labels:  netlify, jamstack
virtual-lolly
JAMstack demo site - prerendered with serverless API fallbacks
Stars: ✭ 110 (-71.79%)
Mutual labels:  netlify, jamstack
site
RailroadPM.org 2.x Site
Stars: ✭ 18 (-95.38%)
Mutual labels:  netlify, jamstack
netlify-stripe-subscriptions
An example of managing subscriptions with the Stripe Customer Portal and Netlify Identity.
Stars: ✭ 96 (-75.38%)
Mutual labels:  netlify, jamstack
Discord Fork
An open source Discord Bot List made with GatsbyJS
Stars: ✭ 60 (-84.62%)
Mutual labels:  netlify, jamstack
gatsby-minimal-portfolio
👔 JAMstack (Gatsby JS) content-focused portfolio blog starter. Features include dark-mode, installable PWA, SEO, code highlighting, form, CI/CD.
Stars: ✭ 36 (-90.77%)
Mutual labels:  netlify, jamstack
Supply
🛍 Supply is a free e-commerce Jekyll theme with Gumroad integration.
Stars: ✭ 24 (-93.85%)
Mutual labels:  netlify, jamstack
trailing-slash-guide
Understand and fix your static website trailing slash issues!
Stars: ✭ 255 (-34.62%)
Mutual labels:  netlify, jamstack
exo
EXO, the empathy-first framework for an accessible world.
Stars: ✭ 75 (-80.77%)
Mutual labels:  netlify, jamstack
gatsby-starter-developer-diary
An official Gatsby blog template designed for web developers. Blazing fast, it includes beautful web developer topic tags and social-media links
Stars: ✭ 76 (-80.51%)
Mutual labels:  netlify, jamstack
snipcart-hugo-integration
Hugo Website Tutorial with a Live Static E-Commerce Example
Stars: ✭ 38 (-90.26%)
Mutual labels:  netlify, jamstack
nuxt-starter-netlify-cms
Example nuxt + netlify cms project. Nuxt port of Gatsby starter app.
Stars: ✭ 13 (-96.67%)
Mutual labels:  netlify, jamstack
reactathon2017
Information and resources for Reactathon SF 2017
Stars: ✭ 16 (-95.9%)
Mutual labels:  netlify, jamstack
Skeleventy
A skeleton boilerplate built with Eleventy.
Stars: ✭ 318 (-18.46%)
Mutual labels:  netlify, jamstack

EleventyOne

Netlify Status

Phil's first port of call when starting another project using Eleventy.

This project scaffold includes:

Eleventy screenshot

Instructions

To get your own instance of this 11ty starter project cloned and deploying to Netlify very quickly, just click the button below and follow the instructions.

Deploy to Netlify

Wait, what happens when I click that button?

Good question. Here's what it will do...

  1. Netlify will clone the git repository of this project into your Github account. It will be asking for permission to add the repo for you.
  2. We'll create a new site for you in Netlify, and configure it to use your shiny new repo. Right away you'll be able to deploy changes simply by pushing changes to your repo.
  3. That's it really.

Prerequisites

Running locally

# install the dependencies
npm install

# External data sources can be stashed locally
npm run seed

# It will then be available locally for building with
npom start

Add some Netlify helpers

Netlify Dev adds the ability to use Netlify redirects, proxies, and serverless functions.

# install the Netlify CLI in order to get Netlify Dev
npm install -g netlify-cli

# run a local server with some added Netlify sugar in front of Eleventy
netlify dev

A serverless functions pipeline is included via Netlify Dev. By running netlify dev you'll be able to execute any of your serverless functions directly like this:

  • /.netlify/functions/hello
  • /.netlify/functions/fetch-joke

Redirects and proxies

Netlify's Redirects API can provide friendlier URLs as proxies to these URLs.

  • /api/hello
  • /api/fetch-joke
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].