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

theme.toml - github.com/xianmin/hugo-theme-jane.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a02faec90ad8045a69a9150580cc385cd53d7e0c (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 = "Jane"
license = "MIT"
licenselink = "https://github.com/xianmin/hugo-theme-jane/blob/master/LICENSE.md"
description = "A readable theme for Hugo"
homepage = "https://github.com/xianmin/hugo-theme-jane"
tags = ["responsive", "blog", "simple", "clean", "readable", "highlight", "syntax highlighting"]
features = ["responsive", "blog", "simple", "clean", "highlight", "syntax highlighting"]
min_version = "0.25"

[author]
  name = "xianmin"
  homepage = "http://xianmin.org"

# If porting an existing theme
[original]
  name = "hugo-theme-even"
  homepage = "https://github.com/olOwOlo/hugo-theme-even"
  repo = "https://github.com/olOwOlo/hugo-theme-even"