mirror of
				https://github.com/TommyTran732/tommytran.io.git
				synced 2025-11-03 23:35:36 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			59 lines
		
	
	
		
			872 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			59 lines
		
	
	
		
			872 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
theme = "blowfish"
 | 
						|
baseURL = "https://www.tommytran.io"
 | 
						|
defaultContentLanguage = "en"
 | 
						|
enableRobotsTXT = true
 | 
						|
summaryLength = 0
 | 
						|
buildDrafts = false
 | 
						|
buildFuture = false
 | 
						|
enableEmoji = true
 | 
						|
 | 
						|
[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", "RSS", "JSON" ]
 | 
						|
 | 
						|
[related]
 | 
						|
threshold = 0
 | 
						|
toLower = false
 | 
						|
 | 
						|
  [[related.indices]]
 | 
						|
  name = "tags"
 | 
						|
  weight = 100
 | 
						|
 | 
						|
  [[related.indices]]
 | 
						|
  name = "categories"
 | 
						|
  weight = 100
 | 
						|
 | 
						|
  [[related.indices]]
 | 
						|
  name = "series"
 | 
						|
  weight = 50
 | 
						|
 | 
						|
  [[related.indices]]
 | 
						|
  name = "authors"
 | 
						|
  weight = 20
 | 
						|
 | 
						|
  [[related.indices]]
 | 
						|
  name = "date"
 | 
						|
  weight = 10
 | 
						|
 | 
						|
  [[related.indices]]
 | 
						|
  applyFilter = false
 | 
						|
  name = "fragmentrefs"
 | 
						|
  type = "fragments"
 | 
						|
  weight = 10
 |