hugo-simpleIntro/theme.toml

25 lines
717 B
TOML
Raw Normal View History

2020-08-12 17:15:08 -05:00
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
name = "SimpleIntro"
2020-08-15 05:24:57 -05:00
license = "Apache-2.0"
2022-04-02 12:18:04 -05:00
licenselink = "https://raw.githubusercontent.com/qub1750ul/hugo-simpleIntro/main/LICENSE"
2020-08-15 05:24:57 -05:00
description = "Simple Single-Page Theme For Hugo"
2022-04-02 12:18:04 -05:00
homepage = "https://github.com/qub1750ul/hugo-simpleIntro"
demosite = ""
2020-08-15 05:24:57 -05:00
tags = ["clean", "simple", "responsive", "light", "single-page", ""]
2020-08-12 17:15:08 -05:00
features = []
2022-04-02 12:18:04 -05:00
min_version = "0.83.1"
2020-08-12 17:15:08 -05:00
[author]
2022-04-02 12:18:04 -05:00
name = "Giuseppe Masino (qub1750ul)"
homepage = "https://github.com/qub1750ul"
2020-08-12 17:15:08 -05:00
# If porting an existing theme
[original]
2022-04-02 12:18:04 -05:00
name = "Gangjun"
homepage = "https://gangjun.dev"
repo = "https://github.com/gangjun06/SimpleIntro"