The blog.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

49 lines
1.2 KiB

  1. mode: development
  2. media_root: media # Relative path from content folder.
  3. media_url: /media # URL where the media files are served from.
  4. base_url: / # The base url for autogenerated links.
  5. plugins:
  6. - hyde.ext.plugins.meta.MetaPlugin
  7. - hyde.ext.plugins.meta.AutoExtendPlugin
  8. - hyde.ext.plugins.meta.SorterPlugin
  9. - hyde.ext.plugins.meta.TaggerPlugin
  10. - hyde.ext.plugins.text.SyntextPlugin
  11. - hyde.ext.plugins.text.TextlinksPlugin
  12. context:
  13. data:
  14. tweet_via: encthenet
  15. title: encthenet ramblings
  16. jinja2:
  17. extensions:
  18. - encthenet_plugins.RelLinktoAbs
  19. markdown:
  20. extensions:
  21. - toc
  22. - footnotes
  23. - fenced_code
  24. - tables
  25. extension_configs:
  26. toc:
  27. permalink: true
  28. meta:
  29. nodemeta: meta.yaml
  30. created: !!timestamp 2010-01-01
  31. author: John-Mark Gurney
  32. charset: utf-8
  33. sorter:
  34. time:
  35. attr:
  36. - meta.created
  37. reverse: true
  38. filters:
  39. source.kind: html
  40. meta.listable: true
  41. tagger:
  42. sorter: time
  43. archives:
  44. blog:
  45. target: search/label
  46. template: tagged_posts.j2
  47. meta:
  48. listable: false