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

theme.toml - github.com/EmielH/tale-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5e56938e0ded36fcc9621e3c63396194cbd4e17e (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 = "Tale"
license = "MIT"
licenselink = "https://github.com/EmielH/tale-hugo/blob/master/LICENSE"
description = "A port of the Tale theme for Hugo. Tale is a minimal Jekyll theme curated for storytellers."
homepage = "https://github.com/EmielH/tale-hugo"
tags = ["minimal", "clean", "responsive", "simple", "personal", "blog", "starter", "light", "typography"]
features = ["pagination"]
min_version = "0.50"

[author]
  name = "Emiel Hollander"
  homepage = "https://www.emielhollander.nl"

# If porting an existing theme
[original]
  name = "Chester How"
  homepage = "https://github.com/chesterhow/tale"
  repo = "https://github.com/chesterhow/tale"