forked from KEMT/zpwiki
		
	
		
			
				
	
	
		
			27 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
| streams:
 | |
|  schemes:
 | |
|    theme:
 | |
|      type: ReadOnlyStream
 | |
|      prefixes:
 | |
|        '':
 | |
|          - user/themes/mytheme
 | |
|          - user/themes/knowledge-base
 | |
| params:
 | |
|   articles:
 | |
|     root: /                # the route where the articles themselves live
 | |
|     blacklist: ['scratch']     # list of categories to ignore
 | |
|     show:
 | |
|       date: true      # show article date in the article header
 | |
|       authors: true   # show article authors in the article header
 | |
|       topics: true    # show assigned topics in the article header
 | |
|       time: true      # show reading time in the article header
 | |
|   front:              # params for the front page content
 | |
|     maxrows: 6        # the maximum number of rows on the front page
 | |
|     maxentries: 10     # maximum number of articles displayed for each category
 | |
|   sidebar:            # params for the sidebar
 | |
|     maxentries: 5     # maximum number of articles to display in "Popular" and "Latest" sections
 | |
|     show:
 | |
|       categories: true  # show Category list in the sidebar
 | |
|       popular: true     # show the Popular Articles sidebar
 | |
|       latest: true      # show the Latest Articles sidebar
 |