I love Hugo. I use Hugo for basically all websites that are static. I came across daisyUI recently and could not believe how easy it was to integrate to a project that already supports Tailwind CSS. It comes with tones of themes too.
The starter uses concurrently to run both Hugo and Tailwind CLI in one terminal.
Getting started
You need Hugo installed and available. Test Hugo works by running
hugo version
You also need Node.js and NPM installed. Confirm these are installed by runningnode --version && npm --version
- Clone this repo: https://github.com/CkCreative/hugo-tailwind-daisyui and run
npm install
- Run
npm start
and visitlocalhost:1313
Enjoy 🚀
Top comments (0)