Add netlify link in README, and update theme.toml
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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