20 lines
592 B
TOML
20 lines
592 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", "cards", "responsive", "jekyll", "blog"]
|
|
features = []
|
|
min_version = "0.91.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 = ""
|