diff --git a/images/screenshot.png b/images/screenshot.png new file mode 100644 index 0000000..ea263cb Binary files /dev/null and b/images/screenshot.png differ diff --git a/images/tn.png b/images/tn.png new file mode 100644 index 0000000..cf7ba10 Binary files /dev/null and b/images/tn.png differ diff --git a/theme.toml b/theme.toml new file mode 100644 index 0000000..e0a5d34 --- /dev/null +++ b/theme.toml @@ -0,0 +1,30 @@ +name = "Theme Name" +license = "MIT" +licenselink = "Link to theme's license" +description = "Theme description" +homepage = "https://github.com/zeon-studio/hugoplate" +demosite = "https://hugoplate.netlify.app/" + +tags = [ + "blog", + "responsive", + "minimal", + "light", + "dark", + "multilingual", + "landing", + "contact", + "dark mode", + "tailwindcss", +] + +features = ["Responsive", "Minimal", "Multilingual", "Dark Mode"] + +[author] +name = "Zeon Studio" +homepage = "https://zeon.studio" + +[original] +author = "Zeon Studio" +homepage = "https://zeon.studio" +repo = "https://github.com/zeon-studio/themeplate"