39 lines
		
	
	
		
			815 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			815 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
theme = "blowfish"
 | 
						|
defaultContentLanguage = "en"
 | 
						|
enableRobotsTXT = true
 | 
						|
summaryLength = 0
 | 
						|
buildDrafts = false
 | 
						|
buildFuture = false
 | 
						|
enableEmoji = true
 | 
						|
baseURL = "https://plantctrl.org/"
 | 
						|
 | 
						|
[pagination]
 | 
						|
pagerSize = 100
 | 
						|
 | 
						|
[imaging]
 | 
						|
anchor = "Center"
 | 
						|
 | 
						|
[taxonomies]
 | 
						|
tag = "tags"
 | 
						|
category = "categories"
 | 
						|
author = "authors"
 | 
						|
series = "series"
 | 
						|
 | 
						|
[sitemap]
 | 
						|
changefreq = "daily"
 | 
						|
filename = "sitemap.xml"
 | 
						|
priority = 0.5
 | 
						|
 | 
						|
[outputs]
 | 
						|
home = [ "HTML" ]
 | 
						|
 | 
						|
[related]
 | 
						|
threshold = 100
 | 
						|
toLower = false
 | 
						|
indices = [ { name = "tags", weight = 100 }, { name = "categories", weight = 100 }, { name = "series", weight = 50 }, { name = "authors", weight = 20 }, { name = "date", weight = 10 }, { applyFilter = false, name = "fragmentrefs", type = "fragments", weight = 10 } ]
 | 
						|
 | 
						|
[params]
 | 
						|
  recentArticles = 2
 | 
						|
  mainSections = ["hardware","software"]
 | 
						|
 |