Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/darshanbaral/kitab.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/theme.toml b/theme.toml
new file mode 100644
index 0000000..60ab59c
--- /dev/null
+++ b/theme.toml
@@ -0,0 +1,12 @@
+name = "kitab"
+license = "MIT"
+licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE"
+description = "A hugo theme for publishing books"
+homepage = ""
+tags = ["book"]
+features = ["minimal", "responsive"]
+min_version = "0.41"
+
+[author]
+ name = "Darshan Baral"
+ homepage = "https://www.darshanbaral.com/" \ No newline at end of file