mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-30 22:42:24 -05:00 
			
		
		
		
	
		
			
	
	
		
			23 lines
		
	
	
	
		
			715 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
		
		
			
		
	
	
			23 lines
		
	
	
	
		
			715 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
|  | # Template
 | ||
|  | 
 | ||
|  | ## Settings
 | ||
|  | 
 | ||
|  | ```yaml | ||
|  | ###############################
 | ||
|  | ##### WEB TEMPLATE CONFIG #####
 | ||
|  | ###############################
 | ||
|  | 
 | ||
|  | # Config pertaining to templating of web pages/email notifications and the like
 | ||
|  | template: | ||
|  | 
 | ||
|  |   # String. Directory from which gotosocial will attempt to load html templates (.tmpl files). | ||
|  |   # Examples: ["/some/absolute/path/", "./relative/path/", "../../some/weird/path/"] | ||
|  |   # Default: "./web/template/" | ||
|  |   baseDir: "./web/template/" | ||
|  | 
 | ||
|  |   # String. Directory from which gotosocial will attempt to serve static web assets (images, scripts). | ||
|  |   # Examples: ["/some/absolute/path/", "./relative/path/", "../../some/weird/path/"] | ||
|  |   # Default: "./web/assets/" | ||
|  |   assetBaseDir: "./web/assets/" | ||
|  | ``` |