datashaman / tongs-permalinks
Permalinks plugin for Tongs
1.0.0
2020-01-29 12:35 UTC
Requires (Dev)
- datashaman/tongs: 1.*.*
- phpunit/phpunit: ^8.5
This package is auto-updated.
Last update: 2024-10-29 05:53:16 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.