yawik/sitemap

YAWIK 模块,用于生成 sitemap xml

v0.5.0 2020-12-15 09:29 UTC

README

为所有活动职位生成 sitemap。

概述

  • 手动生成 sitemap
  • 当职位状态更改时自动更新 sitemap
  • 更新后向搜索引擎 ping

安装

要将它用作 YAWIK 模块,您需要在您的 YAWIK 项目中引用它

composer require yawik/jobs-sitemap

要贡献,您需要克隆存储库

git clone git@github.com:yawik/jobs-sitemap.git
cd jobs-sitemap
composer install

使用以下命令启动本地 web 服务器:

php -S localhost:8000 -t test/sandbox/public test/sandbox/public/router.php

或者

composer serve

您应该能够通过 https://:8000 访问您的 yawik

使用

配置

许可证

MIT