tagblog.yml 1.3 KB

1234567891011121314151617181920212223242526272829303132333435
  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. content: false # set to true to enable full content in feed entries
  24. search:
  25. enabled: true
  26. minlength: 2 # minimum string length of search query
  27. TableOfContent:
  28. enabled: true
  29. depth: 6 # default: 3
  30. headers: 3 # default: 3
  31. top_txt: '-up-' # default: Top
  32. caption: Table of Contents # default: Table of contents
  33. 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.