From 0655eb992d6f2a57598bff5f1b513394ca752eb3 Mon Sep 17 00:00:00 2001 From: Al Murad Uzzaman Date: Sun, 10 May 2026 14:03:31 +0600 Subject: [PATCH] docs: readme updated --- README.md | 2 +- exampleSite/config/_default/params.toml | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c818e9e..7ed5ec1 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## 🌟 Roxo Hugo -A hugo powered static website. +A Hugo powered static website built with Tailwind CSS. built with Tailwind CSS. ### Prerequisites diff --git a/exampleSite/config/_default/params.toml b/exampleSite/config/_default/params.toml index f390146..44a932e 100755 --- a/exampleSite/config/_default/params.toml +++ b/exampleSite/config/_default/params.toml @@ -56,7 +56,7 @@ exclude = [] # seo module: https://github.com/gethugothemes/hugo-modules/tree/master/seo-tools/basic-seo [metadata] keywords = ["Boilerplate", "Hugo"] -description = "A hugo powered static website" +description = "A Hugo powered static website built with Tailwind CSS." author = "sitepins" twitter = "sitepins" image = "images/og-image.png" diff --git a/package.json b/package.json index 7f3b5dd..b908825 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "roxo-hugo", - "description": "A hugo powered static website", + "description": "A Hugo powered static website built with Tailwind CSS.", "version": "1.0.0", "license": "MIT", "author": "sitepins",