From e65cbc0c2e50e2bc90b1335b2883a7498072080e Mon Sep 17 00:00:00 2001 From: Al Murad Uzzaman Date: Sun, 10 May 2026 16:28:41 +0600 Subject: [PATCH] chore: theme.toml added --- theme.toml | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 theme.toml diff --git a/theme.toml b/theme.toml new file mode 100644 index 0000000..f9c6be4 --- /dev/null +++ b/theme.toml @@ -0,0 +1,38 @@ +name = "Roxo Hugo" +license = "MIT" +licenselink = "https://github.com/sitepins/roxo-hugo/blob/main/LICENSE" +description = "A Hugo-powered static website built with Tailwind CSS." +homepage = "https://github.com/sitepins/roxo-hugo" +demosite = "https://roxo-hugo-site.vercel.app" +min_version = "0.161.0" + +tags = [ + "blog", + "portfolio", + "responsive", + "modern", + "light", + "multilingual", + "contact", + "tailwindcss", + "starter", + "template", +] + +features = [ + "Multilingual Support", + "Portfolio Section", + "Blog Section", + "Responsive Design", + "Tailwind CSS", + "Contact Forms", +] + +[author] +name = "sitepins" +homepage = "https://github.com/sitepins" + +[original] +author = "Sitepins" +homepage = "https://sitepins.com/" +repo = "https://github.com/sitepins/roxo-hugo"