aboutsummaryrefslogtreecommitdiff
path: root/theme.toml
diff options
context:
space:
mode:
authorelliot_ <112902069+akatiggerx04@users.noreply.github.com>2022-09-07 01:00:22 +0300
committerelliot_ <112902069+akatiggerx04@users.noreply.github.com>2022-09-07 01:00:22 +0300
commitcd01e380e0850490c54f2103c1311146cb4cfe4c (patch)
tree65cd112151c4e64e67716d1e76047f1510c79676 /theme.toml
parent8ce57dd09293660fe8fd8d31c626049223522a17 (diff)
First Main Commit
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml18
1 files changed, 18 insertions, 0 deletions
diff --git a/theme.toml b/theme.toml
new file mode 100644
index 0000000..343cc08
--- /dev/null
+++ b/theme.toml
@@ -0,0 +1,18 @@
+name = "Graysx"
+license = "GPLv3"
+licenselink = "https://github.com/akatiggerx04/graysx-hugo/blob/master/LICENSE"
+description = "A minimal responsive gray Hugo theme."
+homepage = "https://github.com/akatiggerx04/graysx-hugo"
+tags = ["minimal", "gray", "dark"]
+features = ["responsive"]
+min_version = "0.41.0"
+
+[author]
+ name = "akatiggerx04"
+ homepage = "https://github.com/akatiggerx04/graysx-hugo"
+ repo = "https://github.com/akatiggerx04/graysx-hugo"
+
+[original]
+ name = "GrayScale"
+ homepage = "https://startbootstrap.com/theme/grayscale"
+ repo = "https://github.com/startbootstrap/startbootstrap-grayscale"