Browse Source

update LICENSE; update theme.toml settings

Alexander Avery 3 weeks ago
parent
commit
eac8874177
  1. 2
      LICENSE
  2. 33
      theme.toml

2
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: Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

33
theme.toml

@ -1,31 +1,16 @@
name = 'Theme name' name = 'neon-harvest'
license = 'MIT' license = 'BSD 3-Clause'
licenselink = 'https://github.com/owner/repo/LICENSE' licenselink = 'https://gitea.beetbox.io/BeetBox/neon-harvest/raw/branch/master/LICENSE'
description = 'Theme description' description = 'The current Hugo theme for beetbox.io'
# 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://gitea.beetbox.io/BeetBox/neon-harvest/'
# If you have a running demo of the theme
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
authors = [
{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 = 'Alexander Avery'
homepage = 'Your website' homepage = 'https://beetbox.io/authors/alexander-avery'
# If porting an existing theme
[original]
author = 'Name of original author'
homepage = 'Website of original author'
repo = 'https://github.com/owner/repo'

Loading…
Cancel
Save