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)
|
1. [Yash Mehrotra](https://yashmehrotra.com)
|
||||||
2. [Avijit Gupta](https://twitter.com/526avijit)
|
2. [Avijit Gupta](https://twitter.com/526avijit)
|
||||||
|
|
||||||
#### Demo: TODO Link
|
#### Demo: [https://gokarna-hugo.netlify.app](https://gokarna-hugo.netlify.app)
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
@@ -44,7 +44,7 @@ Light Mode | Dark Mode
|
|||||||
|
|
||||||
## Installation
|
## 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
|
```sh
|
||||||
git submodule add https://github.com/526avijitgupta/gokarna.git themes/gokarna
|
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
|
## 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
|
- Navigation menu
|
||||||
- Avatar image and size
|
- 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"
|
name = "Gokarna"
|
||||||
license = "MIT"
|
description = "Gokarna is an opinionated theme with a focus on minimalism and simplicity"
|
||||||
licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE"
|
|
||||||
description = ""
|
|
||||||
homepage = "http://example.com/"
|
|
||||||
tags = []
|
|
||||||
features = []
|
|
||||||
min_version = "0.41.0"
|
|
||||||
|
|
||||||
[author]
|
license = "GNU GPLv3"
|
||||||
name = ""
|
licenselink = "https://github.com/526avijitgupta/gokarna/blob/main/LICENSE"
|
||||||
homepage = ""
|
|
||||||
|
|
||||||
# If porting an existing theme
|
homepage = "https://github.com/526avijitgupta/gokarna"
|
||||||
[original]
|
demosite = "https://gokarna-hugo.netlify.app"
|
||||||
name = ""
|
|
||||||
homepage = ""
|
tags = ["blog", "minimal", "dark", "light", "responsive", "personal", "portfolio"]
|
||||||
repo = ""
|
|
||||||
|
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