By creating a collection of "topics", I can suppliment a tagging system, albeit less automated. However, in the interest of minimizing "tag bloat", I feel having a limited number of tags (topics) is not a problem.
19 lines
302 B
YAML
19 lines
302 B
YAML
collections:
|
|
topics:
|
|
output: true
|
|
|
|
defaults:
|
|
-
|
|
scope:
|
|
path: ''
|
|
type: "posts"
|
|
values:
|
|
layout: "corrupt_post"
|
|
author: "Bill Niblock"
|
|
-
|
|
scope:
|
|
path: ''
|
|
type: "topics"
|
|
values:
|
|
layout: "corrupt_collection"
|
|
permalink: "/topics/:name"
|