schnti/robots
最新稳定版本:1.0.1
Composer 安装命令:
composer require schnti/robots
包简介
simple kirby robots.txt plugin
README 文档
README
A plugin for Kirby CMS that generates an robots.txt.
Commercial Usage
This plugin is free but if you use it in a commercial project please consider
Installation
Download
Download the files and place them inside site/plugins/robots.
Composer
composer require schnti/robots
Git Submodule
You can add the plugin as a Git submodule.
$ cd your/project/root
$ git submodule add https://github.com/schnti/kirby-robots.git site/plugins/robots
$ git submodule update --init --recursive
$ git commit -am "Add Kirby robots.txt plugin"
Run these commands to update the plugin:
$ cd your/project/root
$ git submodule foreach git checkout master
$ git submodule foreach git pull
$ git commit -am "Update submodules"
$ git submodule update --init --recursive
How to use it
Nothing required.
The schnti/kirby-sitemap plugin is recommended.
统计信息
- 总下载量: 531
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-11-29