62 lines
		
	
	
		
			892 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			62 lines
		
	
	
		
			892 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # IkiWiki::Setup::Yaml - YAML formatted setup file
 | |
| # -*- YAML -*-
 | |
| wikiname: xevv
 | |
| adminemail: marrub@greyserv.net
 | |
| url: http://wiki.greyserv.net/xevv
 | |
| add_plugins:
 | |
| - attachment
 | |
| - brokenlinks
 | |
| - color
 | |
| - favicon
 | |
| - img
 | |
| - localstyle
 | |
| - map
 | |
| - more
 | |
| - orphans
 | |
| - pagecount
 | |
| - pagetemplate
 | |
| - recentchanges
 | |
| - rename
 | |
| - shortcut
 | |
| - sidebar
 | |
| - sortnaturally
 | |
| - table
 | |
| - tag
 | |
| - template
 | |
| - toc
 | |
| - toggle
 | |
| disable_plugins:
 | |
| - editpage
 | |
| - emailauth
 | |
| - htmlscrubber
 | |
| - lockedit
 | |
| - openid
 | |
| - passwordauth
 | |
| - recentchanges
 | |
| - repolist
 | |
| - signinedit
 | |
| discussion: 0
 | |
| discussionpage: ''
 | |
| html5: 1
 | |
| default_pageext: mdwn
 | |
| htmlext: html
 | |
| numbacklinks: 0
 | |
| exclude: ^.ikiwiki$
 | |
| wiki_file_chars: -[:alnum:]+/.:_
 | |
| responsive_layout: 1
 | |
| deterministic: 1
 | |
| 
 | |
| # mdwn plugin
 | |
| multimarkdown: 0
 | |
| nodiscount: 0
 | |
| mdwn_footnotes: 1
 | |
| mdwn_alpha_lists: 0
 | |
| 
 | |
| # img plugin
 | |
| img_allowed_formats: everything
 | |
| 
 | |
| # tag plugin
 | |
| tagbase: tag
 | |
| tag_autocreate: 0
 | |
| tag_autocreate_commit: 0
 |