cleaning up the config file
This commit is contained in:
		
							parent
							
								
									73e91ed878
								
							
						
					
					
						commit
						60366a15ad
					
				| @ -1,6 +1,7 @@ | ||||
| """Configuration for orb.moe.""" | ||||
| TITLE_SUFFIX = 'orb.moe' | ||||
| CONTACT_EMAIL = 'bss@orb.moe' | ||||
| MARKDOWN_EXTENSIONS = ['extra', 'incorporealcms.mdx.figures', 'sane_lists', 'smarty', 'toc', 'attr_list'] | ||||
| 
 | ||||
| DEFAULT_PAGE_STYLE = 'dungeon' | ||||
| PAGE_STYLES = { | ||||
|     'dungeon': '/custom-static/css/dungeon.css', | ||||
| @ -8,4 +9,8 @@ PAGE_STYLES = { | ||||
|     'light': '/static/css/light.css', | ||||
|     'plain': '/static/css/plain.css', | ||||
| } | ||||
| MARKDOWN_EXTENSIONS = ['extra', 'sane_lists', 'smarty', 'toc', 'tables'] | ||||
| 
 | ||||
| MARKDOWN_EXTENSIONS = [ | ||||
|     'extra', 'incorporealcms.mdx.figures', 'sane_lists', 'smarty', 'toc', | ||||
|     'attr_list', 'tables', 'pymdownx.tilde', | ||||
| ] | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user