Skip to content

Releases: odhyp/hugo-tailwindcss-starter

v1.0.1 - Improved Project Structure

31 Oct 03:21
af573f7
Compare
Choose a tag to compare

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 root assets directory.
    • Migrated all layout files from themes/starter-theme/layouts to the root layouts directory.
  • 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.

Full Changelog: v1.0.0...v1.0.1

v1.0.0 - Initial Release

26 Sep 03:55
Compare
Choose a tag to compare

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.