12345678910111213141516171819202122232425262728293031323334 |
- # configuration for the tag-oriented tagblog theme
- tagblog:
- site_logo: /themes/tagblog/res/chip-desert.png # appears in the top menu bar. CSS is set to make it look pixelated.
- colors: desert # one of the color-* css files inside css folder
- tagsort:
- method: alphabetical # numerical or alphabetical
- reverse: false
- tagcount:
- enabled: true # show total count number after tag
- taglist:
- enabled: false
- title: Taglist
- tagcloud:
- enabled: true
- title: Tags
- # tags occuring that many times get the largest font size, no increase beyond that:
- maxoccur: 10
- fontsizemax: 2.5 # in em
- fontsizemin: 1 # in em
- paging: 8 # positive integer - or 0 (zero) to diable
- feed:
- enabled: true
- search:
- enabled: true
- minlength: 2 # minimum string length of search query
- TableOfContent:
- enabled: true
- depth: 6 # default: 3
- headers: 3 # default: 3
- top_txt: '-up-' # default: Top
- caption: Table of Contents # default: Table of contents
- template: post # only create TOC and/or top links for pages with this twig template. If unset, or set to "all", always create top links, and/or toc.
|