2021-02-18 21:44:01 +01:00
|
|
|
# theme.toml template for a Hugo theme
|
|
|
|
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
|
|
|
|
|
2021-02-18 22:21:36 +01:00
|
|
|
name = "CodeIT"
|
2021-02-18 21:44:01 +01:00
|
|
|
license = "MIT"
|
2021-02-18 22:21:36 +01:00
|
|
|
licenselink = "https://github.com/sunt-programator/CodeIT/blob/master/LICENSE"
|
|
|
|
description = "A clean, elegant but advanced blog theme for Hugo."
|
|
|
|
homepage = "https://codeit.suntprogramator.dev/"
|
2021-02-18 21:44:01 +01:00
|
|
|
tags = [
|
|
|
|
"blog",
|
|
|
|
"clean",
|
|
|
|
"responsive",
|
|
|
|
"dark",
|
|
|
|
"theme"
|
|
|
|
]
|
|
|
|
features = [
|
|
|
|
"cover-image",
|
|
|
|
"favicon",
|
|
|
|
"multilingual",
|
|
|
|
"pagination",
|
|
|
|
"social-menu",
|
|
|
|
"syntax-highlighting",
|
|
|
|
"SEO Optimized"
|
|
|
|
]
|
|
|
|
min_version = "0.62.0"
|
|
|
|
|
|
|
|
[author]
|
2021-02-18 22:21:36 +01:00
|
|
|
name = "Victor Pogor"
|
|
|
|
homepage = "https://suntprogramator.dev/"
|
2021-02-18 21:44:01 +01:00
|
|
|
|
|
|
|
[original]
|
2021-02-18 22:21:36 +01:00
|
|
|
name = "LoveIt"
|
|
|
|
homepage = "https://hugoloveit.com/"
|
|
|
|
repo = "https://github.com/dillonzq/loveit"
|