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: 8be17fe3846c6f843cd536d95a70d5261453ae2c (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 = "https://hugo-cards-site.netlify.com/"
tags = ["bootstrap", "cards", "responsive", "jekyll", "blog"]
features = []
min_version = "0.57.0"

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

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