25 lines
717 B
TOML
25 lines
717 B
TOML
# theme.toml template for a Hugo theme
|
|
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
|
|
|
|
name = "SimpleIntro"
|
|
license = "Apache-2.0"
|
|
licenselink = "https://raw.githubusercontent.com/qub1750ul/hugo-simpleIntro/main/LICENSE"
|
|
description = "Simple Single-Page Theme For Hugo"
|
|
|
|
homepage = "https://github.com/qub1750ul/hugo-simpleIntro"
|
|
demosite = ""
|
|
|
|
tags = ["clean", "simple", "responsive", "light", "single-page", ""]
|
|
features = []
|
|
min_version = "0.83.1"
|
|
|
|
[author]
|
|
name = "Giuseppe Masino (qub1750ul)"
|
|
homepage = "https://github.com/qub1750ul"
|
|
|
|
# If porting an existing theme
|
|
[original]
|
|
name = "Gangjun"
|
|
homepage = "https://gangjun.dev"
|
|
repo = "https://github.com/gangjun06/SimpleIntro"
|