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

theme.toml - github.com/leonhe/hugo_eiio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ad3363010564b322750d13f6ec775abce86c0f3e (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 = "eiio"
license = "MIT"
licenselink = "https://github.com/leonhe/hugo_eiio/master/LICENSE.md"
description = "personal blog&project theme"
homepage = "https://heyuanfei.com/"
tags = ["blog","Minimal","Clean","Simple","Bootstrap","Personal","Mobile"]
features = ["blog", "project"]
min_version = 0.17

[author]
  name = "Leon He"
  homepage = "https://heyuanfei.com"

# If porting an existing theme
[original]
  name = "hugo_eiio"
  homepage = "https://heyuanfei.com"
  repo = "https://github.com/leonhe/hugo_eiio"