enjoyscms/sitemap

安装量: 1,060

依赖关系: 1

建议者: 0

安全: 0

星标: 0

关注者: 1

分支: 0

开放问题: 0

类型:enjoyscms-module

6.1.0 2024-01-18 10:16 UTC

This package is auto-updated.

Last update: 2024-09-18 11:54:10 UTC


README

命令

vendor/bin/sitemap generate
vendor/bin/sitemap status

示例yaml配置

enjoyscms/sitemap:
    baseUrl: &baseUrl "https://"
    filename: /sitemap.xml
    stylesheet:
        - *baseUrl
        - /stylesheet.xsl
    collectors:
        - \EnjoysCMS\Module\Sitemap\ExampleCollector

配置的所有参数

baseUrl: 'set baseUrl in /config.yml'
filename: /sitemap.xml
maxUrls: 50000 #Maximum allowed number of URLs in a single file.
useGzip: false #Whether to gzip the resulting files or not
useIndent: true #if XML should be indented
maxBytes: 10485760 #Maximum allowed number of bytes in a single file. default: 10485760
bufferSize: 10 #Number of URLs to be kept in memory before writing it to file
stylesheet: null
collectors: []