datashaman/tongs-permalinks

Permalinks plugin for Tongs

1.0.0 2020-01-29 12:35 UTC

This package is auto-updated.

Last update: 2024-03-29 03:52:21 UTC


README

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.