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

theme.toml - github.com/wd/hugo-fabric.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1769d8b5063c812f763a2ff3705e0a69fb111a18 (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/spf13/hugoThemes#themetoml for an example

name = "Hugo Fabric"
license = "MIT"
licenselink = "https://github.com/wd/hugo-fabric/blob/master/LICENSE"
description = "A theme for hugo, forked from hexo-fabric"
homepage = "https://github.com/wd/hugo-fabric"
tags = ["blog", "archives", "tags"]
features = ["blog"]
min_version = 0.19

[author]
  name = "wd"
  homepage = "https://wdicc.com"

# If porting an existing theme
[original]
  name = "Hexo Fabric"
  homepage = "https://github.com/wd/hexo-fabric"
  repo = "https://github.com/wd/hexo-fabric"