chore: Clean up and update config
This commit is contained in:
		@@ -4,4 +4,5 @@ date = 2024-10-01T17:00:04+02:00
 | 
				
			|||||||
draft = false
 | 
					draft = false
 | 
				
			||||||
+++
 | 
					+++
 | 
				
			||||||
 | 
					
 | 
				
			||||||
We should have some description here, I guess
 | 
					Welcome to BadHouseplants. Here you're supposed to find very short musical reviews.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,7 +0,0 @@
 | 
				
			|||||||
+++
 | 
					 | 
				
			||||||
title = 'Test'
 | 
					 | 
				
			||||||
date = 2024-10-02T10:13:30+02:00
 | 
					 | 
				
			||||||
draft = false
 | 
					 | 
				
			||||||
+++
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Hello
 | 
					 | 
				
			||||||
							
								
								
									
										51
									
								
								hugo.toml
									
									
									
									
									
								
							
							
						
						
									
										51
									
								
								hugo.toml
									
									
									
									
									
								
							@@ -2,7 +2,7 @@ baseURL = 'https://badhouseplants.net'
 | 
				
			|||||||
languageCode = 'en-us'
 | 
					languageCode = 'en-us'
 | 
				
			||||||
title = 'Bad Houseplants'
 | 
					title = 'Bad Houseplants'
 | 
				
			||||||
theme = 'papermod'
 | 
					theme = 'papermod'
 | 
				
			||||||
enableGitInfo = true
 | 
					enableGitInfo = false
 | 
				
			||||||
 | 
					
 | 
				
			||||||
enableInlineShortcodes = true
 | 
					enableInlineShortcodes = true
 | 
				
			||||||
enableRobotsTXT = true
 | 
					enableRobotsTXT = true
 | 
				
			||||||
@@ -30,20 +30,22 @@ ShowCodeCopyButtons = true
 | 
				
			|||||||
ShowRssButtonInSectionTermList = true
 | 
					ShowRssButtonInSectionTermList = true
 | 
				
			||||||
ShowAllPagesInArchive = true
 | 
					ShowAllPagesInArchive = true
 | 
				
			||||||
ShowPageNums = true
 | 
					ShowPageNums = true
 | 
				
			||||||
ShowToc = true
 | 
					ShowToc = false
 | 
				
			||||||
  [params.homeInfoParams]
 | 
					
 | 
				
			||||||
  Title = "Bad Houseplants"
 | 
					[params.homeInfoParams]
 | 
				
			||||||
 | 
					Title = "Bad Houseplants"
 | 
				
			||||||
  Content = """
 | 
					  Content = """
 | 
				
			||||||
Well, hello there.
 | 
					Well, hello there.
 | 
				
			||||||
Here you're supposed to find some music reviews 
 | 
					Here you're supposed to find some music reviews 
 | 
				
			||||||
"""
 | 
					"""
 | 
				
			||||||
  [params.editPost]
 | 
					 | 
				
			||||||
  URL = "https://gitea.badhouseplants.net/badhouseplants/badhouseplants-net/_edit/main/content"
 | 
					 | 
				
			||||||
  Text = "Suggest a change"
 | 
					 | 
				
			||||||
  appendFilePath = true
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
  [params.assets]
 | 
					[params.editPost]
 | 
				
			||||||
  disableHLJS = true
 | 
					URL = "https://gitea.badhouseplants.net/badhouseplants/badhouseplants-net/_edit/main/content"
 | 
				
			||||||
 | 
					Text = "Suggest a change"
 | 
				
			||||||
 | 
					appendFilePath = true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[params.assets]
 | 
				
			||||||
 | 
					disableHLJS = true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[markup.goldmark.renderer]
 | 
					[markup.goldmark.renderer]
 | 
				
			||||||
unsafe = true
 | 
					unsafe = true
 | 
				
			||||||
@@ -58,37 +60,28 @@ disableInlineCSS = true
 | 
				
			|||||||
disableInlineCSS = true
 | 
					disableInlineCSS = true
 | 
				
			||||||
  # minifyOutput: true= true
 | 
					  # minifyOutput: true= true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  # minifyOutput: true
 | 
					 | 
				
			||||||
[languages.en]
 | 
					 | 
				
			||||||
languageName = "English"
 | 
					 | 
				
			||||||
weight = 1
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
  [languages.en.taxonomies]
 | 
					 | 
				
			||||||
  category = "categories"
 | 
					 | 
				
			||||||
  tag = "tags"
 | 
					 | 
				
			||||||
  series = "series"
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[languages.en.menu.main]]
 | 
					[menus]
 | 
				
			||||||
 | 
					[[menus.main]]
 | 
				
			||||||
name = "Archive"
 | 
					name = "Archive"
 | 
				
			||||||
url = "archives"
 | 
					url = "archives"
 | 
				
			||||||
weight = 4
 | 
					weight = 4
 | 
				
			||||||
 | 
					[[menus.main]]
 | 
				
			||||||
[[languages.en.menu.main]]
 | 
					 | 
				
			||||||
name = "Search"
 | 
					name = "Search"
 | 
				
			||||||
url = "search/"
 | 
					url = "search/"
 | 
				
			||||||
weight = 1
 | 
					weight = 1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[languages.en.menu.main]]
 | 
					[[menus.main]]
 | 
				
			||||||
name = "Tags"
 | 
					name = "Tags"
 | 
				
			||||||
url = "tags/"
 | 
					url = "/tags/"
 | 
				
			||||||
weight = 2
 | 
					weight = 2
 | 
				
			||||||
 | 
					[[menus.main]]
 | 
				
			||||||
[[languages.en.menu.main]]
 | 
					 | 
				
			||||||
name = "About"
 | 
					name = "About"
 | 
				
			||||||
url = "about/"
 | 
					url = "about/"
 | 
				
			||||||
weight = 3
 | 
					weight = 3
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[languages.en.menu.main]]
 | 
					[[menus.main]]
 | 
				
			||||||
name = "Source"
 | 
					name = "Source"
 | 
				
			||||||
url = "https://gitea.badhouseplants.net/badhouseplants/badhouseplants-net"
 | 
					url = "https://gitea.badhouseplants.net/badhouseplants/badhouseplants-net"
 | 
				
			||||||
weight = 5
 | 
					weight = 5
 | 
				
			||||||
@@ -101,5 +94,11 @@ weight = 5
 | 
				
			|||||||
  minMatchCharLength = 0
 | 
					  minMatchCharLength = 0
 | 
				
			||||||
  keys = [ "title", "permalink", "summary", "content" ]
 | 
					  keys = [ "title", "permalink", "summary", "content" ]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[taxonomies]
 | 
				
			||||||
 | 
					  tag = 'tags'
 | 
				
			||||||
[outputs]
 | 
					[outputs]
 | 
				
			||||||
home = [ "HTML", "RSS", "JSON" ]
 | 
					home = [ "HTML", "RSS", "JSON" ]
 | 
				
			||||||
 
 | 
				
			|||||||
 Submodule themes/papermod updated: a2eb47bb4b...3e53621007
									
								
							
		Reference in New Issue
	
	Block a user