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.
 
 
 

62 lines
1.6 KiB

  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.sorter.SorterPlugin
  9. - hyde.ext.plugins.meta.TaggerPlugin
  10. - hyde.ext.plugins.text.SyntextPlugin
  11. - hyde.ext.plugins.text.TextlinksPlugin
  12. context:
  13. data:
  14. tweet_via: ringce
  15. menu:
  16. -
  17. name: Home
  18. description: Home Page
  19. css_class: home
  20. type: page
  21. url: index.html
  22. -
  23. name: Portfolio
  24. description: Portfolio
  25. css_class: portfolio
  26. type: node
  27. url: portfolio
  28. -
  29. name: Blog
  30. description: Blog
  31. css_class: blog
  32. type: node
  33. url: blog
  34. -
  35. name: About
  36. description: About
  37. css_class: about
  38. type: page
  39. url: about.html
  40. meta:
  41. nodemeta: meta.yaml
  42. created: !!timestamp 2010-01-01 00:00:00
  43. author: Lakshmi Vyasarajan
  44. sorter:
  45. time:
  46. attr:
  47. - meta.created
  48. reverse: true
  49. filters:
  50. source.kind: html
  51. meta.listable: true
  52. tagger:
  53. sorter: time
  54. archives:
  55. blog:
  56. source: blog
  57. target: blog/tags
  58. template: tagged_posts.j2
  59. archive_extension: html
  60. meta:
  61. listable: false