Skip to content

datashaman/tongs-permalinks

Repository files navigation

tongs metadata plugin

Permalinks plugin for Tongs static site generator.

setup

If you add the following config to your tongs.json file:

{
  "plugins": {
    "permalinks": {
      "pattern": ":date-:title"
    }
  }
}

source

This plugin is heavily based on metalsmith-permalinks.