1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
| # theme.toml template for a Hugo theme
| # See https://github.com/gohugoio/hugoThemes#themetoml for an example
|
| name = "Ticky_Tacky_Dark"
| license = "MIT"
| licenselink = "https://github.com/kc0bfv/ticky_tacky_dark/blob/master/LICENSE"
| description = "Ticky Tacky Dark's front page is a set of little boxes, all the same, containing pictures that represent your site's pages."
| homepage = "https://github.com/kc0bfv/ticky_tacky_dark/"
| tags = ["responsive", "bootstrap", "personal", "blog", "mobile", "dark", "creative", "images", "multipage", "accessible"]
| features = []
| min_version = "0.40"
|
| [author]
| name = "kc0bfv"
| homepage = "https://notmet.net/"
|
|