Add netlify link in README, and update theme.toml

This commit is contained in:
Yash Mehrotra
2021-08-06 18:22:53 +05:30
parent a6d8d3ff91
commit d820a55cfc
2 changed files with 19 additions and 21 deletions

View File

@@ -1,21 +1,19 @@
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
name = "Gokarna"
license = "MIT"
licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE"
description = ""
homepage = "http://example.com/"
tags = []
features = []
min_version = "0.41.0"
description = "Gokarna is an opinionated theme with a focus on minimalism and simplicity"
[author]
name = ""
homepage = ""
license = "GNU GPLv3"
licenselink = "https://github.com/526avijitgupta/gokarna/blob/main/LICENSE"
# If porting an existing theme
[original]
name = ""
homepage = ""
repo = ""
homepage = "https://github.com/526avijitgupta/gokarna"
demosite = "https://gokarna-hugo.netlify.app"
tags = ["blog", "minimal", "dark", "light", "responsive", "personal", "portfolio"]
features = ["Blog", "Responsive", "Minimal", "Clean", "Simple", "SEO", "Bootstrap", "Fast", "Dark", "Light"]
authors = [
{name = "Yash Mehrotra", homepage = "https://yashmehrotra.com"},
{name = "Avijit Gupta", homepage = "https://526avijitgupta.github.io"}
]
min_version = "0.81.0"