This repository serves as the demo site for the Hugo Saasify Theme, showcasing its features and capabilities in a real-world context. It's designed to help users understand how to implement and customize the theme for their own SaaS websites.
This demo site demonstrates:
- Basic theme setup and configuration
- Common use cases for SaaS websites
- Theme customization examples
- Content organization patterns
-
Clone this repository:
git clone --recursive https://github.com/yourusername/hugo-saasify-demo
-
Navigate to the project directory:
cd hugo-saasify-demo
-
Start the Hugo server:
hugo server -D
-
Open your browser and visit: http://localhost:1313
.
├── content/ # Site content
├── hugo.toml # Site configuration
└── themes/
└── hugo-saasify-theme/ # Theme submodule
- Content is organized in the
content/
directory - The homepage is configured through
content/_index.md
- Site settings can be customized in
hugo.toml
This demo site uses the Hugo Saasify Theme as a Git submodule. The theme is located in themes/hugo-saasify-theme/
and can be updated using standard Git submodule commands.
MIT