Browse Source

enable some markdown extensions.. also fix sorting and not use a

time, but only a date...  Time can be added once I figure out how
to handle timezones...  Always displaying in UTC doesn't make too
much sense, so maybe need to show the timezone as well...
main
John-Mark Gurney 3 years ago
parent
commit
071881ac55
1 changed files with 17 additions and 1 deletions
  1. +17
    -1
      site.yaml

+ 17
- 1
site.yaml View File

@@ -11,9 +11,19 @@ plugins:
context: context:
data: data:
tweet_via: encthenet tweet_via: encthenet
title: encthenet ramblings
markdown:
extensions:
- toc
- footnotes
- fenced_code
- tables
extension_configs:
toc:
permalink: true
meta: meta:
nodemeta: meta.yaml nodemeta: meta.yaml
created: !!timestamp 2010-01-01 00:00:00
created: !!timestamp 2010-01-01
author: John-Mark Gurney author: John-Mark Gurney
charset: utf-8 charset: utf-8
sorter: sorter:
@@ -24,3 +34,9 @@ sorter:
filters: filters:
source.kind: html source.kind: html
meta.listable: true meta.listable: true
tagger:
sorter: time
archives:
blog:
source: blog
target: blog/tags

Loading…
Cancel
Save