17 lines
405 B
YAML
17 lines
405 B
YAML
id: "blog"
|
|
name: "Blog Package"
|
|
description: "Editorial blog posts with minimal summary listings"
|
|
defaultPath: "/.blog"
|
|
views:
|
|
standalone:
|
|
template: "blog/post.html"
|
|
description: "Full blog post view"
|
|
listing:
|
|
template: "blog/minimal-summary.html"
|
|
description: "Minimal text listing"
|
|
features:
|
|
tableOfContents: true
|
|
revisionInfo: false
|
|
repositoryLinks: false
|
|
breadcrumbs: true
|