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

theme.toml - github.com/jacobsun/hugo-theme-cole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b1a0f6a3229679aeee4d1aa07d0f036e70dcb211 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# theme.toml template for a Hugo theme
# See https://github.com/spf13/hugoThemes#themetoml for an example

name = "hugo-theme-cole"
license = "MIT"
licenselink = "https://github.com/sfengyuan/hugo-theme-cole/blob/master/LICENSE"
description = "a minimal hugo theme, simply list contents."
homepage = "https://github.com/sfengyuan/hugo-theme-cole"
tags = ["minimal", "light", "simple"]
features = ["disqus", "syntax highlighting"]
min_version = 0.40

[author]
  name = "sunfy"
  homepage = "https://sfengyuan.github.io/"