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
 | 
			
		||||
+++
 | 
			
		||||
 | 
			
		||||
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'
 | 
			
		||||
title = 'Bad Houseplants'
 | 
			
		||||
theme = 'papermod'
 | 
			
		||||
enableGitInfo = true
 | 
			
		||||
enableGitInfo = false
 | 
			
		||||
 | 
			
		||||
enableInlineShortcodes = true
 | 
			
		||||
enableRobotsTXT = true
 | 
			
		||||
@@ -30,20 +30,22 @@ ShowCodeCopyButtons = true
 | 
			
		||||
ShowRssButtonInSectionTermList = true
 | 
			
		||||
ShowAllPagesInArchive = true
 | 
			
		||||
ShowPageNums = true
 | 
			
		||||
ShowToc = true
 | 
			
		||||
  [params.homeInfoParams]
 | 
			
		||||
  Title = "Bad Houseplants"
 | 
			
		||||
ShowToc = false
 | 
			
		||||
 | 
			
		||||
[params.homeInfoParams]
 | 
			
		||||
Title = "Bad Houseplants"
 | 
			
		||||
  Content = """
 | 
			
		||||
Well, hello there.
 | 
			
		||||
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]
 | 
			
		||||
  disableHLJS = true
 | 
			
		||||
[params.editPost]
 | 
			
		||||
URL = "https://gitea.badhouseplants.net/badhouseplants/badhouseplants-net/_edit/main/content"
 | 
			
		||||
Text = "Suggest a change"
 | 
			
		||||
appendFilePath = true
 | 
			
		||||
 | 
			
		||||
[params.assets]
 | 
			
		||||
disableHLJS = true
 | 
			
		||||
 | 
			
		||||
[markup.goldmark.renderer]
 | 
			
		||||
unsafe = true
 | 
			
		||||
@@ -58,37 +60,28 @@ disableInlineCSS = true
 | 
			
		||||
disableInlineCSS = 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"
 | 
			
		||||
url = "archives"
 | 
			
		||||
weight = 4
 | 
			
		||||
 | 
			
		||||
[[languages.en.menu.main]]
 | 
			
		||||
[[menus.main]]
 | 
			
		||||
name = "Search"
 | 
			
		||||
url = "search/"
 | 
			
		||||
weight = 1
 | 
			
		||||
 | 
			
		||||
[[languages.en.menu.main]]
 | 
			
		||||
[[menus.main]]
 | 
			
		||||
name = "Tags"
 | 
			
		||||
url = "tags/"
 | 
			
		||||
url = "/tags/"
 | 
			
		||||
weight = 2
 | 
			
		||||
 | 
			
		||||
[[languages.en.menu.main]]
 | 
			
		||||
[[menus.main]]
 | 
			
		||||
name = "About"
 | 
			
		||||
url = "about/"
 | 
			
		||||
weight = 3
 | 
			
		||||
 | 
			
		||||
[[languages.en.menu.main]]
 | 
			
		||||
[[menus.main]]
 | 
			
		||||
name = "Source"
 | 
			
		||||
url = "https://gitea.badhouseplants.net/badhouseplants/badhouseplants-net"
 | 
			
		||||
weight = 5
 | 
			
		||||
@@ -101,5 +94,11 @@ weight = 5
 | 
			
		||||
  minMatchCharLength = 0
 | 
			
		||||
  keys = [ "title", "permalink", "summary", "content" ]
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
[taxonomies]
 | 
			
		||||
  tag = 'tags'
 | 
			
		||||
[outputs]
 | 
			
		||||
home = [ "HTML", "RSS", "JSON" ]
 | 
			
		||||
 
 | 
			
		||||
 Submodule themes/papermod updated: a2eb47bb4b...3e53621007
									
								
							
		Reference in New Issue
	
	Block a user