Add netlify link in README, and update theme.toml
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user