From d26ecb989f5e5b9e06b34c106a3d391fd2910524 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Tue, 20 Sep 2022 22:35:52 +0530 Subject: First commit --- theme.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 theme.toml (limited to 'theme.toml') diff --git a/theme.toml b/theme.toml new file mode 100644 index 0000000..524ad41 --- /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 = "VidhuKant's Hugo Theme" +license = "GNU General Public License Version 3" +licenselink = "https://github.com/MikunoNaka/vidhukant-hugo/blob/master/LICENSE" +description = "VidhuKant's Hugo Theme" +homepage = "https://github.com/MikunoNaka/vidhukant-hugo" +tags = [] +features = [] +min_version = "0.41.0" + +[author] + name = "Vidhu Kant Sharma" + homepage = "https://vidhukant.xyz" -- cgit v1.2.3