tagblog.yml 1.2 KB

12345678910111213141516171819202122232425262728293031323334
  1. # configuration for the tag-oriented tagblog theme
  2. tagblog:
  3. site_logo: /themes/tagblog/res/chip-desert.png # appears in the top menu bar. CSS is set to make it look pixelated.
  4. colors: desert # one of the color-* css files inside css folder
  5. tagsort:
  6. method: alphabetical # numerical or alphabetical
  7. reverse: false
  8. tagcount:
  9. enabled: true # show total count number after tag
  10. taglist:
  11. enabled: false
  12. title: Taglist
  13. tagcloud:
  14. enabled: true
  15. title: Tags
  16. # tags occuring that many times get the largest font size, no increase beyond that:
  17. maxoccur: 10
  18. fontsizemax: 2.5 # in em
  19. fontsizemin: 1 # in em
  20. paging: 8 # positive integer - or 0 (zero) to diable
  21. feed:
  22. enabled: true
  23. search:
  24. enabled: true
  25. minlength: 2 # minimum string length of search query
  26. TableOfContent:
  27. enabled: true
  28. depth: 6 # default: 3
  29. headers: 3 # default: 3
  30. top_txt: '-up-' # default: Top
  31. caption: Table of Contents # default: Table of contents
  32. 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.