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.
 
 
 
 

59 lines
1.5 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. publisher:
  36. default:
  37. type: hyde.ext.publishers.ssh.SSH
  38. username: jmg
  39. server: gold.funkthat.com
  40. target: /usr/local/www/apache22/blog.funkthat.com/
  41. command: rsync
  42. opts: --delete-delay --delay-updates -r -e ssh
  43. sorter:
  44. time:
  45. attr:
  46. - meta.created
  47. reverse: true
  48. filters:
  49. source.kind: html
  50. meta.listable: true
  51. tagger:
  52. sorter: time
  53. archives:
  54. blog:
  55. target: search/label
  56. template: tagged_posts.j2
  57. meta:
  58. listable: false