17 lines
		
	
	
		
			373 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			373 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
baseURL = "https://slides.lamelio.fr/"
 | 
						|
languageCode = "fr-fr"
 | 
						|
title = "Présentation"
 | 
						|
 | 
						|
theme = "reveal-hugo"
 | 
						|
 | 
						|
[markup.goldmark.renderer]
 | 
						|
unsafe = true
 | 
						|
 | 
						|
[outputFormats.Reveal]
 | 
						|
baseName = "index"
 | 
						|
mediaType = "text/html"
 | 
						|
isHTML = true
 | 
						|
 | 
						|
[[deployment.targets]]
 | 
						|
 URL = "s3://slides.lamelio.fr?endpoint=http://10.20.20.10:3900&disableSSL=true&s3ForcePathStyle=true®ion=garage"
 |