forked from website/openpower.foundation
				
			
			You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			28 lines
		
	
	
		
			601 B
		
	
	
	
		
			TOML
		
	
			
		
		
	
	
			28 lines
		
	
	
		
			601 B
		
	
	
	
		
			TOML
		
	
| ### config.toml
 | |
| title = "OpenPOWER Foundation"
 | |
| baseURL = "https://openpower.foundation/"
 | |
| theme = "openpowerfoundation"
 | |
| languageCode = "en-us"
 | |
| dataDir = "data"
 | |
| assetDir = "assets"
 | |
| PaginatePath = "blog"
 | |
| sectionPagesMenu = "main"
 | |
| buildDrafts = false
 | |
| pygmentsUseClasses = true
 | |
| enableGitInfo = true
 | |
| enableRobotsTXT = true
 | |
| 
 | |
| [outputs]
 | |
| 	home = [ "HTML", "Calendar", "JSON" , "RSS" ]
 | |
| 	specifications = [ "HTML", "JSON" ]
 | |
| 	schedule = [ "HTML", "Calendar" , "RSS" ]
 | |
| 
 | |
| [outputFormats]
 | |
| [outputFormats.RSS]
 | |
| 	mediatype = "application/rss"
 | |
| 	baseName = "feed"
 | |
| 	suffix = "xml"
 | |
| 	
 | |
| [markup.goldmark.renderer]
 | |
| unsafe = true
 |