More Premium Hugo Themes Premium Tailwind Themes

Tai11s

An Eleventy starter with Tailwind CSS and PurgeCSS

Tai11s

An Eleventy starter with Tailwind CSS and PurgeCSS

Author Avatar Theme by danfascia
Github Stars Github Stars: 87
Last Commit Last Commit: May 27, 2021 -
First Commit Created: Apr 22, 2023 -
default image

Overview

The 111tyTai11s is a minimal starting point for Eleventy projects. It includes features such as 11ty, Sass/SCSS, Webpack, Babel, light-server, PostCSS, CSSnano, and Autoprefixer. It is a fork of a starter repo originally created by Ian Rose.

Features

  • 11ty - Provides a static site generator for generating HTML, CSS, and JavaScript.
  • Sass/SCSS - Allows for the use of Sass/SCSS syntax for writing CSS.
  • Webpack - Bundles all the assets and dependencies for the project.
  • Babel - Transpiles JavaScript code to be compatible with older browsers.
  • light-server - Provides a local development server for quickly previewing changes.
  • PostCSS - Allows for transforming CSS with JavaScript plugins.
  • CSSnano - Minifies and optimizes the CSS code.
  • Autoprefixer - Automatically adds vendor prefixes to CSS properties.

Installation

To install the 111tyTai11s starter, follow these steps:

  1. Clone the repository: git clone https://github.com/danfascia/111tyTai11s.git
  2. Navigate to the cloned directory: cd 111tyTai11s
  3. Install dependencies using npm: npm install

Summary

The 111tyTai11s starter is a minimal and feature-rich starting point for Eleventy projects. It includes popular tools like 11ty, Sass/SCSS, Webpack, Babel, and more, making it easy to get started with static site development. Additionally, it provides a local development server and optimization tools for building the project for production. The starter is a fork of a project created by Ian Rose and includes added features like Tailwind CSS configuration and Purge CSS integration.