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

theme.toml - github.com/jacobsun/edidor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 879e4fc1a7f03b7308c8bad4e00e4374bb3876a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# theme.toml template for a Hugo theme
# See https://github.com/spf13/hugoThemes#themetoml for an example

name = "edidor"
license = "MIT"
licenselink = "https://github.com/sfengyuan/edidor/blob/master/LICENSE"
description = "a hugo theme that looks like editors with infinite color modes"
homepage = "https://github.com/sfengyuan/edidor"
tags = ["blog", "editor", "edidor"]
features = ["personal", "color generator", "infinite color modes"]
min_version = 0.40

[author]
  name = "sunfy"
  homepage = "https://sunfy.xyz/"