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

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

name = "Hugo Theme Pure"
license = "MIT"
licenselink = "https://github.com/xiaoheiAh/hugo-theme-pure/blob/master/LICENSE"
description = "A powerful and pure theme for hugo~enjoy~"
homepage = "https://xiaohei.im/"
tags = [
  "blog",
  "clean",
  "simple",
  "dark",
  "white",
  "search"
]
features = []
min_version = "0.57.2"

[author]
name = "xiaoheiah"
homepage = "https://xiaohei.im"

[original]
name = "hexo-theme-pure"
homepage = "https://blog.cofess.com"
repo = "https://github.com/cofess/hexo-theme-pure"