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

github.com/hossainemruz/toha.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhossainemruz <emruz@appscode.com>2020-04-13 18:51:32 +0300
committerhossainemruz <emruz@appscode.com>2020-04-13 18:51:32 +0300
commite28a9b171bda788f91b0302deac1dc7330e1959b (patch)
tree0a8f9597a25b5b56a3162189ab52e7fd7c1e1635 /theme.toml
parent31afed495ef6eb355f9ec11aed667cbe56ece8cb (diff)
fix folder structure
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml15
1 files changed, 15 insertions, 0 deletions
diff --git a/theme.toml b/theme.toml
new file mode 100644
index 0000000..0ee0429
--- /dev/null
+++ b/theme.toml
@@ -0,0 +1,15 @@
+# theme.toml template for a Hugo theme
+# See https://github.com/gohugoio/hugoThemes#themetoml for an example
+
+name = "Toha"
+license = "MIT"
+licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE"
+description = ""
+homepage = "http://example.com/"
+tags = []
+features = []
+min_version = "0.41.0"
+
+[author]
+ name = "Emruz Hossain"
+ homepage = "hossainemruz.github.io"