A barebone Hugo starter with Tailwind 4.0.* - Build your own theme on top.
The Hugo & Tailwind 3.2 starter kit is a barebone template that combines Hugo, a static site generator, with Tailwind CSS 3.2.4. It provides a minimalistic starting point for developing websites using these technologies. The installation process is straightforward and the kit offers features that make it suitable for both development and production environments.
git clone and npm install.npm run start and watches for changes in the CSS files and the Hugo server.npm run build./public folder with purged and minified CSS files.To install the Hugo & Tailwind 3.2 starter kit, follow these steps:
git clone https://github.com/4044ever/Hugo-Tailwind-3.2 optional-foldername
npm install
The Hugo & Tailwind 3.2 starter kit provides a minimalistic and efficient setup for developing websites using Hugo and Tailwind CSS. It offers a range of features, including easy installation, development mode, HTML generation, and a production-ready output. This kit serves as a solid foundation for building custom themes and can be a valuable tool in the web development workflow.