the-internet-vagabond-dot-com/_config.yml
Bill Niblock b0d333c3b9 Impmenent tagging
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.
2018-01-12 22:49:57 -05:00

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"