mirror of
https://github.com/chaoming/hugo-saasify-theme.git
synced 2025-06-08 06:11:52 +02:00
assets/css | ||
layouts | ||
static/images | ||
LICENSE | ||
package.json | ||
README.md | ||
tailwind.config.js | ||
theme.toml |
Hugo Saasify Theme
A modern and elegant Hugo theme specifically designed for SaaS websites, built with TailwindCSS. This theme provides a clean, professional look while maintaining excellent performance and customization options.
Features
- 🎨 Built with TailwindCSS for modern, responsive design
- 🚀 Optimized for performance
- 📱 Fully responsive design
- 🎯 Perfect for SaaS and business websites
- 💡 Clean and modern UI components
- 🛠 Easy to customize and extend
Requirements
- Hugo version 0.80.0 or higher
- Node.js and npm for TailwindCSS processing
Installation
-
Initialize a new Hugo site if you haven't already:
hugo new site your-site-name cd your-site-name
-
Add the theme as a submodule:
git submodule add https://github.com/yourusername/hugo-saasify-theme themes/hugo-saasify-theme
-
Configure your
hugo.toml
:baseURL = "/" languageCode = "en-us" title = "Your Site Title" theme = "hugo-saasify-theme"
Development
-
Install dependencies:
cd themes/hugo-saasify-theme npm install
-
Start development server:
npm run dev
Customization
The theme can be customized through:
- Hugo configuration in
hugo.toml
- TailwindCSS configuration in
tailwind.config.js
- Custom CSS in
assets/css/main.css
License
MIT