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.
 
 
 
 

63 lines
1.7 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. mastodon_user: encthenet
  19. mastodon_domain: flyovercountry.social
  20. title: encthenet ramblings
  21. jinja2:
  22. extensions:
  23. - encthenet_plugins.RelLinktoAbs
  24. - encthenet_plugins.TweetExtension
  25. markdown:
  26. extensions:
  27. - toc
  28. - footnotes
  29. - fenced_code
  30. - tables
  31. extension_configs:
  32. toc:
  33. permalink: true
  34. meta:
  35. nodemeta: meta.yaml
  36. created: !!timestamp 2010-01-01
  37. author: John-Mark Gurney
  38. charset: utf-8
  39. publisher:
  40. default:
  41. type: hyde.ext.publishers.ssh.SSH
  42. username: jmg
  43. server: gold.funkthat.com
  44. target: /usr/local/www/apache22/blog.funkthat.com/
  45. command: rsync
  46. opts: --delete-delay --delay-updates -r -e ssh
  47. sorter:
  48. time:
  49. attr:
  50. - meta.posted
  51. reverse: true
  52. filters:
  53. source.kind: html
  54. meta.listable: true
  55. tagger:
  56. sorter: time
  57. archives:
  58. blog:
  59. target: search/label
  60. template: tagged_posts.j2
  61. meta:
  62. listable: false