mirror of
				https://github.com/gohugoio/hugo.git
				synced 2024-05-11 05:54:58 +00:00 
			
		
		
		
	All config variables starts with low-case and uses camelCase. If there is abbreviation at the beginning of the name, the whole abbreviation will be written in low-case. If there is abbreviation at the end of the name, the whole abbreviation will be written in upper-case. For example, rssURI.
		
			
				
	
	
		
			5 lines
		
	
	
		
			112 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			112 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
baseURL = "http://blog.hugoexample.com/"
 | 
						|
languageCode = "en-us"
 | 
						|
title = "Hugo Example Blog"
 | 
						|
canonifyURLs = true
 |