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

gitlab.com/kskarthik/resto-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkarthik <kskarthik@gitlab.io>2019-10-25 14:27:56 +0300
committerkarthik <kskarthik@gitlab.io>2019-10-25 14:27:56 +0300
commit34cfec0dd3e054c4f1878e560a857e9129d4010d (patch)
tree9402e81998e688a14513171b36a65e5b13ec5c4b /theme.toml
Initial commit
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml21
1 files changed, 21 insertions, 0 deletions
diff --git a/theme.toml b/theme.toml
new file mode 100644
index 0000000..33beab8
--- /dev/null
+++ b/theme.toml
@@ -0,0 +1,21 @@
+# theme.toml template for a Hugo theme
+# See https://github.com/gohugoio/hugoThemes#themetoml for an example
+
+name = "Resto Hugo"
+license = "CC-BY-3.0"
+licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE"
+description = ""
+homepage = "http://example.com/"
+tags = ["business","single page","blog","minimal", "clean"]
+features = ["blog", "Clean and minimal", "Responsive", "Social media links", "Syntax highlighting", "business"]
+min_version = "0.41"
+
+[author]
+ name = "Sai Karthik"
+ homepage = "https://kskarthik.gitlab.io"
+
+# If porting an existing theme
+[original]
+ name = "Resto"
+ homepage = "https://freehtml5.co/resto-free-responsive-bootstrap-4-template-for-restaurants/"
+ \ No newline at end of file