SEO : add tombi mori plugin
This commit is contained in:
parent
df2843123f
commit
8f9e75126e
64 changed files with 3719 additions and 44 deletions
11
site/plugins/kirby-seo/config/commands/hello.php
Normal file
11
site/plugins/kirby-seo/config/commands/hello.php
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
use Kirby\CLI\CLI;
|
||||
|
||||
return [
|
||||
'description' => 'Hello world',
|
||||
'args' => [],
|
||||
'command' => static function (CLI $cli): void {
|
||||
$cli->success('Hello world! This command is a preparation for a future release.');
|
||||
}
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue