Browse Source

add the site definiton, this is likely to change heavily..

main
John-Mark Gurney 4 years ago
parent
commit
75bc51434e
1 changed files with 26 additions and 0 deletions
  1. +26
    -0
      site.yaml

+ 26
- 0
site.yaml View File

@@ -0,0 +1,26 @@
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
charset: utf-8
sorter:
time:
attr:
- meta.created
reverse: true
filters:
source.kind: html
meta.listable: true

Loading…
Cancel
Save