jamesgrubb / allornaught

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YAES - Yet another eleventy starter.

yaes logo

Tech Stack 🥞

  • Eleventy (11ty)
  • Postcss
  • Snowpack
  • Webpack
  • Babel

Features

  • Fast development using snowpack.
  • Bundle & minify the output using webpack.
  • Native lazy loading.
  • A custom shortcode for image {% Image src="./bg.jpeg", alt="background" %}.
    • Generate multiple sizes for each image.
    • Generate blurry placeholder.
    • Transcode images to webp and generate picture element.
    • Native Lazy loading.
    • Download remote images.
    • Minify all images using imagemin.
  • Modern css using Postcss.
    • Inline the critical css and lazy load the rest of css.
    • Remove unwanted css using purgecss.
    • Minify the output using cssnano.

About

License:GNU General Public License v3.0


Languages

Language:JavaScript 41.3%Language:HTML 41.0%Language:CSS 17.8%