From eac8874177aebae06d94057cdc82685cba564266 Mon Sep 17 00:00:00 2001 From: Alexander Avery Date: Wed, 28 May 2025 13:42:45 -0400 Subject: [PATCH] update LICENSE; update theme.toml settings --- LICENSE | 2 +- theme.toml | 33 +++++++++------------------------ 2 files changed, 10 insertions(+), 25 deletions(-) diff --git a/LICENSE b/LICENSE index 551c520..bff57ae 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2022 Beet Box. All rights reserved. +Copyright (c) 2025 Beet Box. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/theme.toml b/theme.toml index 3ba3164..efdba46 100644 --- a/theme.toml +++ b/theme.toml @@ -1,31 +1,16 @@ -name = 'Theme name' -license = 'MIT' -licenselink = 'https://github.com/owner/repo/LICENSE' -description = 'Theme description' +name = 'neon-harvest' +license = 'BSD 3-Clause' +licenselink = 'https://gitea.beetbox.io/BeetBox/neon-harvest/raw/branch/master/LICENSE' +description = 'The current Hugo theme for beetbox.io' # The home page of the theme, where the source can be found -homepage = 'https://github.com/owner/repo' - -# If you have a running demo of the theme -demosite = 'https://owner.github.io/repo' +homepage = 'https://gitea.beetbox.io/BeetBox/neon-harvest/' # Taxonomy terms -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'} -] +#tags = ['blog', 'company'] +#features = ['some', 'awesome', 'features'] # If the theme has a single author [author] - name = 'Your name' - 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' + name = 'Alexander Avery' + homepage = 'https://beetbox.io/authors/alexander-avery'