From ce53bb6f41fe90bfb76cb923baf7bd0eae6f8103 Mon Sep 17 00:00:00 2001 From: BlueFox Date: Fri, 20 Sep 2024 23:29:37 +0200 Subject: [PATCH] Customized theme.toml --- themes/relegando/theme.toml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/themes/relegando/theme.toml b/themes/relegando/theme.toml index 3ba3164..0bf1ff7 100644 --- a/themes/relegando/theme.toml +++ b/themes/relegando/theme.toml @@ -1,31 +1,31 @@ -name = 'Theme name' +name = 'Relegando' license = 'MIT' -licenselink = 'https://github.com/owner/repo/LICENSE' -description = 'Theme description' +#licenselink = 'https://github.com/owner/repo/LICENSE' +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 -homepage = 'https://github.com/owner/repo' +#homepage = 'https://github.com/owner/repo' # If you have a running demo of the theme -demosite = 'https://owner.github.io/repo' +#demosite = 'https://owner.github.io/repo' # Taxonomy terms -tags = ['blog', 'company'] -features = ['some', 'awesome', 'features'] +#tags = ['blog', 'company'] +#features = ['some', 'awesome', 'features'] # If the theme has multiple authors -authors = [ - {name = 'Name of author', homepage = 'Website of author'}, - {name = 'Name of author', homepage = 'Website of author'} -] +#authors = [ +# {name = 'Name of author', homepage = 'Website of author'}, +# {name = 'Name of author', homepage = 'Website of author'} +#] # If the theme has a single author [author] - name = 'Your name' - homepage = 'Your website' + name = 'Benjamin Burkhardt' +# homepage = 'Your website' # If porting an existing theme -[original] - author = 'Name of original author' - homepage = 'Website of original author' - repo = 'https://github.com/owner/repo' +#[original] +# author = 'Name of original author' +# homepage = 'Website of original author' +# repo = 'https://github.com/owner/repo'