mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-09 23:09:47 +00:00
21 lines
651 B
TOML
21 lines
651 B
TOML
# theme.toml template for a Hugo theme
|
|
# See https://github.com/spf13/hugoThemes#themetoml for an example
|
|
|
|
name = "Introduction"
|
|
license = "Creative Commons Attribution 3.0 Unported"
|
|
licenselink = "https://github.com/vickylaiio/hugo-theme-introduction/blob/master/LICENSE.md"
|
|
description = "Minimal, single page, smooth scrolling theme for Hugo."
|
|
homepage = "https://github.com/vickylaiio/hugo-theme-introduction"
|
|
tags = ["clean", "minimal"]
|
|
features = ["responsive", "single page"]
|
|
min_version = 0.15
|
|
|
|
[author]
|
|
name = "Vicky Lai"
|
|
homepage = "https://vickylai.io"
|
|
|
|
# If porting an existing theme
|
|
[original]
|
|
name = ""
|
|
homepage = ""
|
|
repo = ""
|