11ty v1.0, Tailwind v3. Works when JS is disabled
This product is a blog starter template that can be hosted on platforms like Netlify, Surge, Firebase hosting, etc. It is designed to be a static site generated using Eleventy and styled with Tailwind CSS v2.0. The blog has a dark mode option and aims to still run without JavaScript. It has features like custom excerpts, a filter for read time, a 404 page, tags page, sitemap and robots.txt, image handling using shortcodes, draft posts functionality, ESLint integration, and a bash script to create new posts. The blog can be run locally on localhost:8080 after setting it up.
<!-- excerpt --> tag.src/assets/img/posts and added using the asset_img shortcode.11ty is a static site generator that allows developers to build fast, modern websites using HTML, Markdown, and other templating languages, without the need for a complex build system.
Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.
PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.