Update theme.toml for hugoThemesSiteBuilder (#896)
* Update theme.toml * Add min hugo version
This commit is contained in:
parent
b8bee52c7c
commit
32e95a572f
1 changed files with 27 additions and 20 deletions
47
theme.toml
47
theme.toml
|
@ -1,24 +1,14 @@
|
||||||
# theme.toml template for a Hugo theme
|
name = "Toha"
|
||||||
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
|
|
||||||
description = "A simple hugo theme for personal portfolio"
|
|
||||||
homepage = "https://hugo-toha.github.io/"
|
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
licenselink = "https://github.com/hugo-toha/toha/blob/master/LICENSE"
|
licenselink = "https://github.com/hugo-toha/toha/blob/master/LICENSE"
|
||||||
min_version = "0.118.0"
|
description = "A simple hugo theme for personal portfolio"
|
||||||
name = "Toha"
|
|
||||||
|
# The home page of the theme, where the source can be found.
|
||||||
|
homepage = "https://github.com/hugo-toha/toha"
|
||||||
|
|
||||||
|
# If you have a running demo of the theme.
|
||||||
|
demosite = "https://hugo-toha.github.io/"
|
||||||
|
|
||||||
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 = [
|
tags = [
|
||||||
"Portfolio",
|
"Portfolio",
|
||||||
"Blog",
|
"Blog",
|
||||||
|
@ -34,7 +24,24 @@ tags = [
|
||||||
"Bootstrap",
|
"Bootstrap",
|
||||||
"Syntax highlighting",
|
"Syntax highlighting",
|
||||||
]
|
]
|
||||||
|
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",
|
||||||
|
]
|
||||||
|
|
||||||
[author]
|
[author]
|
||||||
homepage = "https://hossainemruz.github.io"
|
homepage = "https://hossainemruz.github.io"
|
||||||
name = "Emruz Hossain"
|
name = "Emruz Hossain"
|
||||||
|
|
||||||
|
[module]
|
||||||
|
[module.hugoVersion]
|
||||||
|
extended = true
|
||||||
|
min = "0.118.0"
|
Loading…
Add table
Add a link
Reference in a new issue