Welcome to mirror list, hosted at ThFree Co, Russian Federation.

theme.toml - github.com/bul-ikana/hugo-cards.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3c4898bcad76455f24ad7cc085c29a60a1764336 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example

name = "Hugo Cards"
license = "MIT"
licenselink = "https://github.com/bul-ikana/hugo-cards/blob/master/LICENSE.md"
description = "A bootstrap based minimal hugo theme based on webjeda-cards"
homepage = "http://example.com/"
tags = [bootstrap, cards, responsive, jekyll, blog]
features = []
min_version = "0.45.0"

[author]
  name = "Hugo Aguirre"
  homepage = "bool.netlify.com"

# If porting an existing theme
[original]
  name = "Webjeda-cards"
  homepage = "https://webjeda.com/cards/"
  repo = "https://github.com/sharu725/cards"