Update theme.toml (#158)
This commit is contained in:
parent
7a05e9b022
commit
3116d4366f
1 changed files with 34 additions and 9 deletions
43
theme.toml
43
theme.toml
|
@ -1,15 +1,40 @@
|
||||||
# theme.toml template for a Hugo theme
|
# theme.toml template for a Hugo theme
|
||||||
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
|
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
|
||||||
|
|
||||||
name = "Toha"
|
|
||||||
license = "MIT"
|
|
||||||
licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE"
|
|
||||||
description = "A simple hugo theme for personal portfolio"
|
description = "A simple hugo theme for personal portfolio"
|
||||||
homepage = "https://toha.netlify.app/"
|
homepage = "https://hugo-toha.github.io/"
|
||||||
tags = ["Responsive","Blog", "Portfolio"]
|
license = "MIT"
|
||||||
features = []
|
licenselink = "https://github.com/hugo-toha/toha/blob/master/LICENSE"
|
||||||
min_version = "0.68.0"
|
min_version = "0.68.0"
|
||||||
|
name = "Toha"
|
||||||
|
|
||||||
|
features = [
|
||||||
|
"Minimalist Design",
|
||||||
|
"Fully Responsive",
|
||||||
|
"Multiple Language Support",
|
||||||
|
"Carefully Designed Cards",
|
||||||
|
"Experience Timeline",
|
||||||
|
"Achievement Gallery",
|
||||||
|
"Sidebar to Categorize the Posts",
|
||||||
|
"Short Codes",
|
||||||
|
"Google Analytics Support",
|
||||||
|
"Disqus Comment Support",
|
||||||
|
]
|
||||||
|
tags = [
|
||||||
|
"Portfolio",
|
||||||
|
"Blog",
|
||||||
|
"Resume",
|
||||||
|
"Projects",
|
||||||
|
"Gallery",
|
||||||
|
"Multilingual",
|
||||||
|
"Minimalist",
|
||||||
|
"Responsive",
|
||||||
|
"Customizable",
|
||||||
|
"Google analytics",
|
||||||
|
"Disqus",
|
||||||
|
"Bootstrap",
|
||||||
|
"Syntax highlighting",
|
||||||
|
]
|
||||||
|
|
||||||
[author]
|
[author]
|
||||||
name = "Emruz Hossain"
|
homepage = "https://hossainemruz.github.io"
|
||||||
homepage = "https://hossainemruz.github.io"
|
name = "Emruz Hossain"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue