A fork of hyde, the static site generation. Some patches will be pushed upstream.
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.
 
 
 

21 lines
577 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.SorterPlugin
  8. - hyde.ext.plugins.structure.PaginatorPlugin
  9. meta:
  10. nodemeta: meta.yaml
  11. created: !!timestamp 2010-01-01 00:00:00
  12. extends: root.j2
  13. default_block: content
  14. sorter:
  15. time:
  16. attr:
  17. - meta.created
  18. reverse: true
  19. filters:
  20. source.kind: html