mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

Bud Parr
11.44.2017 a1e4b649102c9bbd8bbc4fdba30131c2c1d3eb95
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# theme.toml template for a Hugo theme
# See https://github.com/spf13/hugoThemes#themetoml for an example
 
name = "Gohugo Default Theme"
license = "MIT"
licenselink = "https://github.com/budparr/gohugo-default-theme/blob/master/LICENSE.md"
description = ""
homepage = "https://github.com/budparr/gohugo-default-theme"
tags = ["website", "starter"]
features = ["", ""]
min_version = 0.19
 
[author]
  name = "Bud Parr"
  homepage = "https://github.com/budparr"
 
# If porting an existing theme
[original]
  name = ""
  homepage = ""
  repo = ""
 
  [params]
 
    hero_copy = "Some great copy here"