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

theme.toml - github.com/Y4er/hugo-theme-easybook.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2fa466b402e65be79dd605e324f1d3eafb2be84f (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 = "Easybook"
license = "MIT"
licenselink = "https://github.com/Y4er/easybook/blob/master/LICENSE"
description = "Easybook is a simple hugo theme."
homepage = "http://Y4er.com/"
tags = ['hugo','simple']
features = ['simple']
min_version = "0.52"

[author]
  name = "Y4er"
  homepage = "http://Y4er.com"

# If porting an existing theme
[original]
  name = "jekyll-theme-EasyBook"
  homepage = "http://laobubu.net/jekyll-theme-EasyBook/"
  repo = "https://github.com/laobubu/jekyll-theme-EasyBook"