tagblog.yml 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. # configuration for the tag-oriented tagblog theme
  2. tagblog:
  3. excerpt: true # display excerpt of article in index list of pages ("blogroll") - affects page.meta.excerpt, too
  4. 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 page.meta.excerpt
  5. excerpt_terminator: ..... # string to ellipsize excerpt
  6. tagsort:
  7. method: alphabetical # numerical (numberof occurences) or alphabetical
  8. reverse: false
  9. tagcount:
  10. enabled: true # show total count number after tag
  11. taglist:
  12. enabled: false
  13. title: Taglist
  14. tagcloud:
  15. enabled: true
  16. title: Tags
  17. # tags occuring that many times get the largest font size, no increase beyond that:
  18. maxoccur: 10
  19. fontsizemax: 2.5 # in em
  20. fontsizemin: 1 # in em
  21. paging:
  22. items: 8 # positive integer - or 0 (zero) to diable
  23. # You can have pagination at the top, or bottom, or both:
  24. top: false
  25. bottom: true
  26. feed:
  27. enabled: true
  28. content: false # set to true to enable full content in feed entries
  29. search:
  30. enabled: true
  31. minlength: 2 # minimum string length of search query
  32. # you can include extra content to the <head> section of index.twig.
  33. # path is relative to tagblog theme base directory (where index.twig resides)
  34. #custom_header: includes/custom_header.twig
  35. #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
  36. # comment out or remove to use themes/tagblog/css/404.css
  37. #site_url: https://example.com/
  38. ## unlike usually with picoCMS, this _should_ have a trailing slash.
  39. ## so far it's only used in index.twig's <head> section andin feed.twig, because I like to overide
  40. ## base_url with a mere "/"
  41. ## COLORS
  42. ## see css/generated
  43. # colors: base16-eighties
  44. scrollbar_colors: true # whether to theme the scrollbar.