mirror of
https://github.com/chaoming/hugo-saasify-theme.git
synced 2025-04-20 03:01:54 +02:00
feat: prepare theme for hugo themes submission
This commit is contained in:
parent
818a4f2f58
commit
f155044373
5 changed files with 15 additions and 6 deletions
10
README.md
10
README.md
|
@ -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.
|
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.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
[Demo Site](https://saasify-demo.chaoming.li)
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- 🎨 Modern design with TailwindCSS
|
- 🎨 Modern design with TailwindCSS
|
||||||
|
@ -31,7 +35,7 @@ cd your-site-name
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git init
|
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
|
### 3. Install dependencies
|
||||||
|
@ -123,8 +127,8 @@ content/
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
MIT
|
This theme is released under the [MIT license](https://github.com/chaoming/hugo-saasify-theme/blob/main/LICENSE).
|
||||||
|
|
||||||
## Support
|
## 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
4
config.toml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
[module]
|
||||||
|
[module.hugoVersion]
|
||||||
|
extended = true
|
||||||
|
min = "0.80.0"
|
BIN
images/screenshot.png
Normal file
BIN
images/screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 682 KiB |
BIN
images/tn.png
Normal file
BIN
images/tn.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 106 KiB |
|
@ -1,8 +1,9 @@
|
||||||
name = "Hugo Sassify"
|
name = "Hugo Saasify"
|
||||||
license = "MIT"
|
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"
|
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"]
|
tags = ["saas", "business", "tailwind", "responsive", "modern", "clean"]
|
||||||
features = ["responsive", "tailwind", "modern design"]
|
features = ["responsive", "tailwind", "modern design"]
|
||||||
min_version = "0.80.0"
|
min_version = "0.80.0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue