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.
 
 
 
 

61 lines
1.6 KiB

  1. mode: development
  2. media_root: media # Relative path from content folder.
  3. twitter_root: twitter # Relative path from content folder.
  4. media_url: /media # URL where the media files are served from.
  5. base_url: / # The base url for autogenerated links.
  6. plugins:
  7. - hyde.ext.plugins.meta.MetaPlugin
  8. - hyde.ext.plugins.meta.AutoExtendPlugin
  9. - hyde.ext.plugins.meta.SorterPlugin
  10. - hyde.ext.plugins.meta.TaggerPlugin
  11. - hyde.ext.plugins.text.SyntextPlugin
  12. - hyde.ext.plugins.text.TextlinksPlugin
  13. context:
  14. data:
  15. scheme_host: https://blogtest.funkthat.com
  16. viewport: width=device-width, initial-scale=1
  17. tweet_via: encthenet
  18. title: encthenet ramblings
  19. jinja2:
  20. extensions:
  21. - encthenet_plugins.RelLinktoAbs
  22. - encthenet_plugins.TweetExtension
  23. markdown:
  24. extensions:
  25. - toc
  26. - footnotes
  27. - fenced_code
  28. - tables
  29. extension_configs:
  30. toc:
  31. permalink: true
  32. meta:
  33. nodemeta: meta.yaml
  34. created: !!timestamp 2010-01-01
  35. author: John-Mark Gurney
  36. charset: utf-8
  37. publisher:
  38. default:
  39. type: hyde.ext.publishers.ssh.SSH
  40. username: jmg
  41. server: gold.funkthat.com
  42. target: /usr/local/www/apache22/blog.funkthat.com/
  43. command: rsync
  44. opts: --delete-delay --delay-updates -r -e ssh
  45. sorter:
  46. time:
  47. attr:
  48. - meta.created
  49. reverse: true
  50. filters:
  51. source.kind: html
  52. meta.listable: true
  53. tagger:
  54. sorter: time
  55. archives:
  56. blog:
  57. target: search/label
  58. template: tagged_posts.j2
  59. meta:
  60. listable: false