2 changed files with 10 additions and 25 deletions
			
			
		@ -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…
					
					
				
		Reference in new issue