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.
 
 
 

31 lines
832 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.meta.TaggerPlugin
  10. - hyde.ext.plugins.text.TextlinksPlugin
  11. meta:
  12. nodemeta: meta.yaml
  13. created: !!timestamp 2010-01-01 00:00:00
  14. extends: root.j2
  15. default_block: content
  16. sorter:
  17. time:
  18. attr:
  19. - meta.created
  20. reverse: true
  21. filters:
  22. source.kind: html
  23. tagger:
  24. sorter: time
  25. archives:
  26. blog:
  27. template: tagged_posts.j2
  28. source: blog
  29. target: blog/tags
  30. extension: html