15 lines
472 B
TOML
15 lines
472 B
TOML
# theme.toml template for a Hugo theme
|
|
# 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"
|
|
homepage = "https://toha.netlify.app/"
|
|
tags = ["Responsive","Blog", "Portfolio"]
|
|
features = []
|
|
min_version = "0.68.0"
|
|
|
|
[author]
|
|
name = "Emruz Hossain"
|
|
homepage = "https://hossainemruz.github.io"
|