Releases: odhyp/hugo-tailwindcss-starter
Releases · odhyp/hugo-tailwindcss-starter
v1.0.1 - Improved Project Structure
In this release, we’ve restructured the project to enhance maintainability, customization, and ease of access. Previously, project assets and layouts were contained within the theme folder. They have now been moved to the root directory of the project to streamline workflow and simplify configuration.
Key Changes
-
Assets and Layouts Relocation:
- Moved all CSS, JavaScript, and other assets from
themes/starter-theme/assets
to the rootassets
directory. - Migrated all layout files from
themes/starter-theme/layouts
to the rootlayouts
directory.
- Moved all CSS, JavaScript, and other assets from
-
Updated Configuration Paths:
- Updated
postcss.config.js
to point to the root directory for TailwindCSS configuration. - Adjusted
tailwind.config.js
to scan HTML templates and assets within the new root structure for Tailwind class usage.
- Updated
Full Changelog: v1.0.0...v1.0.1
v1.0.0 - Initial Release
This is the initial release of the Hugo TailwindCSS Starter Template. The template provides a solid foundation for building fast and responsive websites with Hugo as the static site generator and TailwindCSS for utility-first styling.
Features:
- Hugo with TailwindCSS: Integrated TailwindCSS styling as a Hugo theme.
- Developer Tools: Preconfigured tools to streamline the development process.
- Prettier: Ensures consistent code formatting across your project.