tagblog.yml 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. # configuration for the tag-oriented tagblog theme
  2. tagblog:
  3. # The site logo appears in the top menu bar, centered in landscape.
  4. # It's also a link tot he site root. CSS is set to make it look pixelated.
  5. # Comment out to disable
  6. site_logo: /themes/tagblog/res/tagblog-logo-eeeeee.png
  7. excerpt: true # display excerpt of article in index list of pages ("blogroll") - affects page.meta.excerpt, too
  8. excerpt_length: 300 # characters of automatic article excerpt to show on blog roll (see includes/postlistitem.twig.example) - set to 0 to disable - does not affect meta.excerpt
  9. excerpt_terminator: ..... # string to ellipsize excerpt
  10. tagsort:
  11. method: alphabetical # numerical or alphabetical
  12. reverse: false
  13. tagcount:
  14. enabled: true # show total count number after tag
  15. taglist:
  16. enabled: false
  17. title: Taglist
  18. tagcloud:
  19. enabled: true
  20. title: Tags
  21. # tags occuring that many times get the largest font size, no increase beyond that:
  22. maxoccur: 10
  23. fontsizemax: 2.5 # in em
  24. fontsizemin: 1 # in em
  25. paging:
  26. items: 8 # positive integer - or 0 (zero) to diable
  27. # You can have pagination at the top, or bottom, or both:
  28. top: false
  29. bottom: true
  30. feed:
  31. enabled: true
  32. content: false # set to true to enable full content in feed entries
  33. search:
  34. enabled: true
  35. minlength: 2 # minimum string length of search query
  36. # you can include extra content to the <head> section of index.twig:
  37. #custom_header: includes/custom_header.twig
  38. #404: crt # there's various 404-*.css files in the theme's css folder. the string will be used like this: themes/tagblog/css/404-<string>.css
  39. # comment out or remove to use themes/tagblog/css/404.css
  40. TableOfContent:
  41. enabled: true
  42. depth: 6 # default: 3
  43. min_headers: 3 # default: 3
  44. top_txt: '-up-' # default: Top
  45. caption: Table of Contents # default: Table of contents
  46. 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.