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.
 
 
 
 

51 lines
1.3 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. scheme_host: https://blogtest.funkthat.com
  15. viewport: width=device-width, initial-scale=1
  16. tweet_via: encthenet
  17. title: encthenet ramblings
  18. jinja2:
  19. extensions:
  20. - encthenet_plugins.RelLinktoAbs
  21. markdown:
  22. extensions:
  23. - toc
  24. - footnotes
  25. - fenced_code
  26. - tables
  27. extension_configs:
  28. toc:
  29. permalink: true
  30. meta:
  31. nodemeta: meta.yaml
  32. created: !!timestamp 2010-01-01
  33. author: John-Mark Gurney
  34. charset: utf-8
  35. sorter:
  36. time:
  37. attr:
  38. - meta.created
  39. reverse: true
  40. filters:
  41. source.kind: html
  42. meta.listable: true
  43. tagger:
  44. sorter: time
  45. archives:
  46. blog:
  47. target: search/label
  48. template: tagged_posts.j2
  49. meta:
  50. listable: false