The repo for building the website at encryptthe.net.
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.
 
 

29 lines
850 B

  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.text.TextlinksPlugin
  9. context:
  10. data:
  11. scheme_host: https://encryptthe.net
  12. viewport: width=device-width, initial-scale=1
  13. markdown:
  14. extension_configs:
  15. toc:
  16. permalink: true
  17. meta:
  18. nodemeta: meta.yaml
  19. author: John-Mark Gurney
  20. charset: utf-8
  21. publisher:
  22. default:
  23. type: hyde.ext.publishers.ssh.SSH
  24. username: jmg
  25. server: gold.funkthat.com
  26. target: /usr/local/www/apache22/encryptthe.net/
  27. command: rsync
  28. opts: --delete-delay --delay-updates -r -e ssh