diff --git a/README.md b/README.md index 9f79eb3..d5ef4ec 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Gokarna is an opinionated theme with a focus on minimalism and simplicity. 1. [Yash Mehrotra](https://yashmehrotra.com) 2. [Avijit Gupta](https://twitter.com/526avijit) -#### Demo: TODO Link +#### Demo: [https://gokarna-hugo.netlify.app](https://gokarna-hugo.netlify.app) ## Features @@ -44,7 +44,7 @@ Light Mode | Dark Mode ## Installation -Follow details installation steps in the [documentation here](TODO: Link) +Follow details installation steps in the [documentation here](https://gokarna-hugo.netlify.app/posts/theme-documentation-basics/#installation) ```sh git submodule add https://github.com/526avijitgupta/gokarna.git themes/gokarna @@ -52,7 +52,7 @@ git submodule add https://github.com/526avijitgupta/gokarna.git themes/gokarna ## Customization -For a complete guide on customization, please go through our [basic](TODO: Link) and [advanced](TODO: Link) theme documentation. A gist of things you can customize: +For a complete guide on customization, please go through our [basic](https://gokarna-hugo.netlify.app/posts/theme-documentation-basics/) and [advanced](https://gokarna-hugo.netlify.app/posts/theme-documentation-advanced/) theme documentation. A gist of things you can customize: - Navigation menu - Avatar image and size diff --git a/themes/gokarna/theme.toml b/themes/gokarna/theme.toml index 210e8cc..1d324df 100644 --- a/themes/gokarna/theme.toml +++ b/themes/gokarna/theme.toml @@ -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"