diff --git a/README.md b/README.md index 28c2bc6..0f25684 100644 --- a/README.md +++ b/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. +![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). diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..4fa7cab --- /dev/null +++ b/config.toml @@ -0,0 +1,4 @@ +[module] + [module.hugoVersion] + extended = true + min = "0.80.0" diff --git a/images/screenshot.png b/images/screenshot.png new file mode 100644 index 0000000..e8844ed Binary files /dev/null and b/images/screenshot.png differ diff --git a/images/tn.png b/images/tn.png new file mode 100644 index 0000000..88f9d13 Binary files /dev/null and b/images/tn.png differ diff --git a/theme.toml b/theme.toml index cdcd0a0..4de68cd 100644 --- a/theme.toml +++ b/theme.toml @@ -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"