vitrine/theme.toml

26 lines
721 B
TOML
Raw Normal View History

2024-05-24 20:01:53 +00:00
name = 'cabinet'
license = 'GPL3'
licenselink = 'https://code.nutfactory.org/themes/cabinet/LICENSE'
description = 'A Pure CSS Hugo theme for portfolio websites'
# The home page of the theme, where the source can be found
homepage = 'https://code.nutfactory.org/themes/cabinet'
# If you have a running demo of the theme
demosite = 'https://owner.github.io/repo'
# Taxonomy terms
tags = ['blog', 'portfolio']
features = ['some', 'awesome', 'features']
# If the theme has a single author
[author]
name = 'hoernschen'
homepage = 'https://hoernschen.de'
# If porting an existing theme
[original]
author = 'Name of original author'
homepage = 'Website of original author'
repo = 'https://github.com/owner/repo'