22 lines
839 B
TOML
22 lines
839 B
TOML
# theme.toml template for a Hugo theme
|
|
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
|
|
|
|
name = "Tiles"
|
|
license = "MIT"
|
|
licenselink = "https://haefelfinger.dev"
|
|
description = "This is a theme inspired by the jekyll slender template and colorful tiles enhanced by some features."
|
|
homepage = "https://haefelfinger.dev/"
|
|
tags = ["blog", "clean", "customizable", "dark", "highlighting", "minimal", "personal", "responsive", "simple", "technical"]
|
|
features = ["blog", "shortcode", "syntax highlighting", "mermaidjs"]
|
|
min_version = 0.57
|
|
|
|
[author]
|
|
name = "Philipp Häfelfigner"
|
|
homepage = "https://haefelfinger.ch"
|
|
|
|
# If porting an existing theme
|
|
[original]
|
|
name = "Jekyll slender template"
|
|
homepage = "https://github.com/nikrich/jekyll-slender-template"
|
|
repo = "https://github.com/nikrich/jekyll-slender-template"
|