I'm sure you arrived here from 11ty.dev and a warm welcome to you... but
Please consider using my newer and better starter https://github.com/danfascia/111ty
Tai11s is a minimal starting point for Eleventy projects using
Features:
This is a fork of a starter repo originally created by Ian Rose.
I have added
npm run dev
if you make changes during local development)Clone this repo and install all dependencies using npm:
$ npm run dev
And in debug mode:
$ npm run dev:debug
You can view the rendered site at the given access URL served up by light-server:
$ light-server is listening at http://localhost:4000
The local url is configured in .lightserverrc
npm run build
Tai11s will build and optimise your code ready for deployment
dist
folder.travis.yml
can be modified to suit your own needs. This simple script will build from a named branch and deploy to Github Pages via your Travis CI account.
Store your Github Token securely in the Travis control panel