20 lines
649 B
TOML
20 lines
649 B
TOML
# theme.toml
|
|
|
|
name = "cybercards"
|
|
license = "MIT"
|
|
licenselink = "https://github.com/cyberconcepts/cybercards/blob/master/LICENSE.md"
|
|
description = "A bootstrap based minimal hugo theme based on Hugo cards and webjeda-cards"
|
|
homepage = "https://www.cyberconcepts.org"
|
|
tags = ["bootstrap", "docs", "light", "cards", "responsive", "jekyll", "blog"]
|
|
features = []
|
|
min_version = "0.137.0"
|
|
|
|
[author]
|
|
name = "cyberconcepts.org team"
|
|
homepage = "https://www.cyberconcepts.org"
|
|
|
|
# If porting an existing theme
|
|
[original]
|
|
name = "Hugo cards"
|
|
homepage = "https://themes.gohugo.io/themes/hugo-cards/"
|
|
repo = "https://github.com/bul-ikana/hugo-cards"
|