Skip to content

Yeshwanthyk/eleventy-filter-coffee-starter

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Eleventy Filter Coffee Starter

A simple eleventy starter kit as a base for easily setting up new projects.

Netlify Status

Features

  • Gulp integration for fonts and sass
  • Asset hashing
  • Image optimization using imagemin
  • HTML Minification
  • Critical CSS

Getting Started

To install the necessary packages, run this command in the root folder of the site:

npm install

Commands

  • Run npm start for a development server and live reloading
  • Run npm run production to generate a production build

Deploy a fork of this template to Netlify

Deploy to Netlify

CSS

  • Styling works with Sass. New css can be added in src/scss folder.
  • Page level styling can be set by adding the following at the top of the page,
{% set pageCriticalStyles = ['css/<example.css>'] %}

Credits

About

A simple eleventy starter, with a dash of filter coffee

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published