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: 1e10cfb4a9efeccc41e4c4f31ea32da55e99723f (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/jacobsun/edidor/blob/master/LICENSE"
description = "a hugo theme that looks like editors with infinite color modes"
homepage = "https://github.com/jacobsun/edidor"
tags = ["blog", "editor", "edidor"]
features = ["personal", "color generator", "infinite color modes"]
min_version = 0.40

[author]
  name = "Jacob Sun"
  homepage = "https://ziox.xyz/"