27 lines
700 B
TOML
27 lines
700 B
TOML
name = 'mus'
|
|
license = 'AGPL-v3-or-later'
|
|
licenselink = 'https://github.com/owner/repo/LICENSE'
|
|
description = 'Samulus custome hugo theme'
|
|
|
|
# The home page of the theme, where the source can be found
|
|
homepage = 'https://forge.s1gm4.eu/sortion/hugo-mus-theme'
|
|
|
|
# If you have a running demo of the theme
|
|
# demosite = 'https://owner.github.io/repo'
|
|
|
|
# Taxonomy terms
|
|
tags = ['blog', 'company']
|
|
features = ['some', 'awesome', 'features']
|
|
|
|
|
|
# If the theme has a single author
|
|
[author]
|
|
name = 'Samuel Ortion'
|
|
homepage = 'samuel.ortion.fr'
|
|
|
|
# If porting an existing theme
|
|
[original]
|
|
author = 'Name of original author'
|
|
homepage = 'Website of original author'
|
|
repo = 'https://github.com/owner/repo'
|