feat: prepare theme for hugo themes submission

This commit is contained in:
Chaoming Li 2024-11-22 08:54:27 +11:00
parent 818a4f2f58
commit f155044373
5 changed files with 15 additions and 6 deletions

View file

@ -2,6 +2,10 @@
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.
![Hugo Saasify Theme](https://raw.githubusercontent.com/chaoming/hugo-saasify-theme/main/images/screenshot.png)
[Demo Site](https://saasify-demo.chaoming.li)
## Features
- 🎨 Modern design with TailwindCSS
@ -31,7 +35,7 @@ cd your-site-name
```bash
git init
git submodule add https://github.com/yourusername/hugo-saasify-theme themes/hugo-saasify-theme
git submodule add https://github.com/chaoming/hugo-saasify-theme themes/hugo-saasify-theme
```
### 3. Install dependencies
@ -123,8 +127,8 @@ content/
## License
MIT
This theme is released under the [MIT license](https://github.com/chaoming/hugo-saasify-theme/blob/main/LICENSE).
## Support
If you have any questions or need help, please [open an issue](https://github.com/yourusername/hugo-saasify-theme/issues).
If you have any questions or need help, please [open an issue](https://github.com/chaoming/hugo-saasify-theme/issues).

4
config.toml Normal file
View file

@ -0,0 +1,4 @@
[module]
[module.hugoVersion]
extended = true
min = "0.80.0"

BIN
images/screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 682 KiB

BIN
images/tn.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

View file

@ -1,8 +1,9 @@
name = "Hugo Sassify"
name = "Hugo Saasify"
license = "MIT"
licenselink = "https://github.com/yourusername/hugo-sassify-theme/blob/master/LICENSE"
licenselink = "https://github.com/chaoming/hugo-saasify-theme/blob/main/LICENSE"
description = "A modern Hugo theme for SaaS websites built with TailwindCSS"
homepage = "https://github.com/yourusername/hugo-sassify-theme"
homepage = "https://github.com/chaoming/hugo-saasify-theme"
demosite = "https://saasify-demo.chaoming.li"
tags = ["saas", "business", "tailwind", "responsive", "modern", "clean"]
features = ["responsive", "tailwind", "modern design"]
min_version = "0.80.0"