peruvianidol / tw

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 52.3%Language:Nunjucks 41.7%Language:SCSS 6.1%