Hugo website to explore cloud idea, built with Tailwind CSS.
- Hugo static site generator
- Tailwind CSS v4 for styling
- PostCSS processing with Autoprefixer
- Dark mode support
- Responsive design templates
- Install dependencies:
npm install- Run the development server:
npm run devThe site will be available at http://localhost:1313
- Build for production:
npm run buildassets/css/- CSS source files with Tailwind importscontent/- Markdown content fileslayouts/- Hugo templates with Tailwind utility classesstatic/- Static assetspublic/- Generated site (created on build)
Create new content with:
hugo new content/posts/my-post.md- Edit
hugo.tomlto configure site settings - Modify templates in
layouts/to change structure - Add Tailwind classes to templates for styling
- Customize
assets/css/main.cssfor additional styles