foerdeliebe/kirby-sitemap

This package is abandoned and no longer maintained. The author suggests using the deichrakete/kirby-sitemap package instead.

Simple sitemap generator

2.0.0 2024-09-17 13:57 UTC

This package is auto-updated.

Last update: 2024-09-17 14:04:11 UTC


README

Simple sitemap generator

Installation

Download

Download and copy this repository to /site/plugins/sitemap.

Git submodule

git submodule add https://github.com/deichrakete/kirby-sitemap.git site/plugins/sitemap

Composer

composer require deichrakete/kirby-sitemap

Setup

Usable config options

'deichrakete.sitemap' => [
  'ignore' => [
    'uri' => ['error', 'hidden/page',],
    'template' => ['redirect', 'data_store'],
  ],
  'languages' => false,
]

Options

Development

License

MIT

Credits