Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 417 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 417 Bytes

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.