philhawksworth / jammy-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jamstack and Netlify 101 - Demo 1 - SSG

Just running an Eleventy site to build on.

Local development

To work on this project locally and explore the code:

# clone the code repository
git clone git@github.com:philhawksworth/101-demo-1-ssg.git

# move into the project directory
cd 101-demo-1-ssg

# install the dependencies
npm install

# build and serve with eleventy
npx eleventy --serve

Speedy bootstrap

To quickly experiment with this example, you can click the button below. Clicking the button will clone this site repo, setup a new site on Netlify and deploy the site complete with Netlify's CI/CD pipeline configured and operational.

Deploy to Netlify

About


Languages

Language:HTML 50.6%Language:CSS 42.9%Language:JavaScript 6.5%