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.
 
 
 

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