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.
|
- mode: development
- media_root: media # Relative path from content folder.
- media_url: /media # URL where the media files are served from.
- base_url: / # The base url for autogenerated links.
- plugins:
- - hyde.ext.plugins.meta.MetaPlugin
- - hyde.ext.plugins.meta.AutoExtendPlugin
- - hyde.ext.plugins.meta.SorterPlugin
- - hyde.ext.plugins.text.SyntextPlugin
- - hyde.ext.plugins.text.TextlinksPlugin
- context:
- data:
- tweet_via: encthenet
- meta:
- nodemeta: meta.yaml
- created: !!timestamp 2010-01-01 00:00:00
- author: John-Mark Gurney
- sorter:
- time:
- attr:
- - meta.created
- reverse: true
- filters:
- source.kind: html
- meta.listable: true
- publisher:
- github:
- type: hyde.ext.publishers.dvcs.Git
- path: ../baysec.gh-pages
- url: git@github.com:baysec/baysec.git
- branch: gh-pages
|