GitXplorerGitXplorer
J

sortition

public
0 stars
0 forks
16 issues

Commits

List of commits on branch master.
Verified
67f0be3f17b6cbc1f2306983e3ce460967dbe58c

Merge pull request #18 from philhawksworth/dependabot/npm_and_yarn/lodash.template-4.5.0

committed 5 years ago
Verified
e524c90d29647e1155fb2122c0b71efd17fd38eb

Merge pull request #17 from philhawksworth/dependabot/npm_and_yarn/lodash-4.17.15

committed 5 years ago
Verified
db4038c80de50aaccf79e32e45fcfd6e870e6d29

Merge pull request #16 from daviddarnes/patch-1

committed 5 years ago
Verified
637a6a4eac36ab5bd02bac831e91f6da97e66c31

Bump lodash.template from 4.4.0 to 4.5.0

ddependabot[bot] committed 5 years ago
Verified
9811e5f603bdeff884af47cc014c6793c338bc31

Bump lodash from 4.17.11 to 4.17.15

ddependabot[bot] committed 5 years ago
Verified
617f23ae1e321ed8b0dcf11b6ee1e4c56f789878

Merge pull request #15 from d2s/patch-2

committed 5 years ago

README

The README file for this repository.

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
npm run 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