enjoyscms / sitemap
6.1.0
2024-01-18 10:16 UTC
Requires
- php: ^8.1
- enjoyscms/core: ^6.0@dev
- samdark/sitemap: ^2.4
- symfony/console: ^5.4 | ^6.0
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: []