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.
 
 

20 lines
549 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.text.TextlinksPlugin
  8. context:
  9. data:
  10. scheme_host: https://encryptthe.net
  11. viewport: width=device-width, initial-scale=1
  12. markdown:
  13. extension_configs:
  14. toc:
  15. permalink: true
  16. meta:
  17. nodemeta: meta.yaml
  18. author: John-Mark Gurney
  19. charset: utf-8