BaySec website source
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

32 строки
873 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.meta.SorterPlugin
  9. - hyde.ext.plugins.text.SyntextPlugin
  10. - hyde.ext.plugins.text.TextlinksPlugin
  11. context:
  12. data:
  13. tweet_via: encthenet
  14. meta:
  15. nodemeta: meta.yaml
  16. created: !!timestamp 2010-01-01 00:00:00
  17. author: John-Mark Gurney
  18. sorter:
  19. time:
  20. attr:
  21. - meta.created
  22. reverse: true
  23. filters:
  24. source.kind: html
  25. meta.listable: true
  26. publisher:
  27. github:
  28. type: hyde.ext.publishers.dvcs.Git
  29. path: .
  30. url: git@github.com:baysec/baysec.git
  31. branch: gh-pages