/colorify

Primary LanguageNunjucksMIT LicenseMIT

Eleventy Web Starter

Eleventy · HTML · (S)CSS · Javascript · crystallize Headless Pages

Netlify Status

Contents


Project Overview

  • The project uses Eleventy as a static site generator
  • Default templating is Nunjucks (can be changed)
  • HTML minified in production
  • CSS inlined and minified in production
  • esbuild used to bundle and minify scripts
  • Document <head> crafted using htmlhead.dev
  • -> missing, css purge

Getting Started

Install dependencies

npm install

Working locally

Starts watch tasks to compile when changes detected

npm start

Creating a production build

Minify HTML, minify JS, inline and minify CSS.

npm run build

Deployment

You can host the production output on any web server or service you like and upload it via any method, it'll work.

If you don't have an existing place to host your site you should have a look at Netlify. To get started you can hit the button below.

Deploy to Netlify


Credits