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.
- twitter_root: twitter # 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.meta.TaggerPlugin
- - hyde.ext.plugins.text.SyntextPlugin
- - hyde.ext.plugins.text.TextlinksPlugin
- context:
- data:
- scheme_host: https://blogtest.funkthat.com
- viewport: width=device-width, initial-scale=1
- tweet_via: encthenet
- mastodon_user: encthenet
- mastodon_domain: flyovercountry.social
- title: encthenet ramblings
- jinja2:
- extensions:
- - encthenet_plugins.RelLinktoAbs
- - encthenet_plugins.TweetExtension
- markdown:
- extensions:
- - toc
- - footnotes
- - fenced_code
- - tables
- extension_configs:
- toc:
- permalink: true
- meta:
- nodemeta: meta.yaml
- created: !!timestamp 2010-01-01
- author: John-Mark Gurney
- charset: utf-8
- publisher:
- default:
- type: hyde.ext.publishers.ssh.SSH
- username: jmg
- server: gold.funkthat.com
- target: /usr/local/www/apache22/blog.funkthat.com/
- command: rsync
- opts: --delete-delay --delay-updates -r -e ssh
- sorter:
- time:
- attr:
- - meta.posted
- reverse: true
- filters:
- source.kind: html
- meta.listable: true
- tagger:
- sorter: time
- archives:
- blog:
- target: search/label
- template: tagged_posts.j2
- meta:
- listable: false
|