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

theme.toml - github.com/carsonip/hugo-theme-minos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6f22c18aad3ca247833bc2437be9cd6f55c943b0 (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/spf13/hugoThemes#themetoml for an example

name = "Minos"
license = "MIT"
licenselink = "https://github.com/carsonip/hugo-theme-minos/blob/master/LICENSE.md"
description = "A simple and retro styled theme ported from Hexo"
homepage = "https://github.com/carsonip/hugo-theme-minos"
tags = ["blog", "minimal"]
features = ["blog", ""]
min_version = 0.20

[author]
  name = "Carson Ip"
  homepage = "https://github.com/carsonip"

# If porting an existing theme
[original]
  name = "Minos"
  homepage = "https://github.com/ppoffice/hexo-theme-minos"
  repo = "https://github.com/ppoffice/hexo-theme-minos"