From 34cfec0dd3e054c4f1878e560a857e9129d4010d Mon Sep 17 00:00:00 2001 From: karthik Date: Fri, 25 Oct 2019 16:57:56 +0530 Subject: Initial commit --- theme.toml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 theme.toml (limited to 'theme.toml') 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 -- cgit v1.2.3