surjithctly / neat-starter

Starter Template for Netlify CMS, Eleventy, Alpine JS & Tailwind CSS
https://neat-starter.netlify.app/
MIT License
333 stars 105 forks source link

Add HTML minification and favicon support #2

Closed marknorrapscm closed 3 years ago

marknorrapscm commented 3 years ago

Description

There are two changes in this PR:

  1. The addition of HTML minification
  2. Adding the ability to have a favicon.ico in the src/ folder and have it copied to /_site on build. A placeholder favicon.ico file has been added too.

When using the template I added these features to my own project but I figure the template itself can benefit from them too.

Type of change

surjithctly commented 3 years ago

Hey, thanks for the PR, the notification email lost with in the other emails. Sorry for taking so long. Let me test it and will approve it.

surjithctly commented 3 years ago

Thank you 🙏