Customized theme.toml

This commit is contained in:
BlueFox 2024-09-20 23:29:37 +02:00
parent a70479c1e6
commit ce53bb6f41

View File

@ -1,31 +1,31 @@
name = 'Theme name' name = 'Relegando'
license = 'MIT' license = 'MIT'
licenselink = 'https://github.com/owner/repo/LICENSE' #licenselink = 'https://github.com/owner/repo/LICENSE'
description = 'Theme description' description = "A theme made for a small link collection site (that's why it's called relegando = referring)"
# The home page of the theme, where the source can be found # The home page of the theme, where the source can be found
homepage = 'https://github.com/owner/repo' #homepage = 'https://github.com/owner/repo'
# If you have a running demo of the theme # If you have a running demo of the theme
demosite = 'https://owner.github.io/repo' #demosite = 'https://owner.github.io/repo'
# Taxonomy terms # Taxonomy terms
tags = ['blog', 'company'] #tags = ['blog', 'company']
features = ['some', 'awesome', 'features'] #features = ['some', 'awesome', 'features']
# If the theme has multiple authors # If the theme has multiple authors
authors = [ #authors = [
{name = 'Name of author', homepage = 'Website of author'}, # {name = 'Name of author', homepage = 'Website of author'},
{name = 'Name of author', homepage = 'Website of author'} # {name = 'Name of author', homepage = 'Website of author'}
] #]
# If the theme has a single author # If the theme has a single author
[author] [author]
name = 'Your name' name = 'Benjamin Burkhardt'
homepage = 'Your website' # homepage = 'Your website'
# If porting an existing theme # If porting an existing theme
[original] #[original]
author = 'Name of original author' # author = 'Name of original author'
homepage = 'Website of original author' # homepage = 'Website of original author'
repo = 'https://github.com/owner/repo' # repo = 'https://github.com/owner/repo'