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

theme.toml - github.com/edavidaja/docter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 652dcd6c833ca183fdef57fd46d9517f6b68473a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# theme.toml template for a Hugo theme

name = "docter"
license = "MIT"
licenselink = "https://github.com/edavidaja/docter/blob/master/LICENSE"
description = "docter for hugo"
homepage = "https://github.com/edavidaja/docter"
tags = ["documentation", "blog"]
features = ["blog"]
min_version = "0.69.2"

[author]
  name = "edavidaja"
  homepage = "https://edavidaja.com"

# If porting an existing theme
[original]
  name = "docter"
  homepage = "http://cfpb.github.io/DOCter"
  repo = "https://github.com/cfpb/DOCter"