Skip to content
/ 11ty-starter Public template

A basic boilerplate for getting a new Eleventy site up and running.

Notifications You must be signed in to change notification settings

peruvianidol/11ty-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

11ty Starter

A basic boilerplate for getting a new Eleventy site up and running.

How to use this

  1. Use this template on GitHub
  2. Follow the instructions to create a new repository from this template
  3. Clone the new repo locally
  4. In the project directory, run npm install
  5. Edit package.json and _src/_data/site.json
  6. Run npm start to run Eleventy and open the site in a browser

Features

  • Sass workflow (_src/assets/scss/)
  • Current year shortcode
  • Date conversion shortcode [Month DD, YYYY]
  • 404 page
  • (Temporarily removed SVG sprite and image plugins)

Eleventy Resources