A starter project for Hugo and TailwindCSS v4.1
    
    Ready to deploy in Vercel, GitHub Pages or Netlify 🚀
    
    View Live »
    
    
    Report Bug
    ·
    Request Feature
  
This starter project integrates Hugo with TailwindCSS v4.1 and is ready for deployment on Vercel, GitHub Pages or Netlify.
- Integration of Hugo and TailwindCSS v4.1
 - Easy deployment with GitHub Pages, Netlify or Vercel
 - Starter templates for rapid development
 
Ensure you have the following installed:
To get a local copy up and running, follow these steps:
- 
Clone the repository
git clone https://github.com/odhyp/hugo-tailwindcss-starter.git
 - 
Navigate to the project directory
cd hugo-tailwindcss-starter - 
Install the Node.js dependencies
npm install
 - 
Run the development server
npm run dev
 - 
When development is complete, build the optimized Hugo site
npm run build
 
- Add deployment guides for other platforms like GitLab or Cloudflare Pages
 - Include basic page layout components such as header and footer
 
See the open issues for a full list of proposed features (and known issues).
- Create a local branch 
gh-pagesand push this branch to your remote repo: 
$ git checkout -b gh-pages
$ git push --set-upstream origin gh-pages
- 
If needed, adapt the deployment workflow file.
 - 
If you forked this repo in GitHub, allow GitHub actions for your forked repo.
 - 
Inspect your deployment: https://your-github-username.github.io/hugo-tailwindcss-starter/
 
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
 - Create your Feature Branch (
git checkout -b feature/YourFeature) - Commit your Changes (
git commit -m 'Add some YourFeature') - Push to the Branch (
git push origin feature/YourFeature) - Open a Pull Request
 
Distributed under the MIT License. See LICENSE for more information.
- Othneil Drew for the README.md Template
 - Alexandre Sanlim for the README.md badges
 - Cover image