Add (initial): futurewalker code

This commit is contained in:
2023-11-20 00:15:18 +08:00
parent f8602cb456
commit 9ce3e5c82a
166 changed files with 15941 additions and 1072 deletions

View File

@@ -12,9 +12,9 @@
* The default configurations to be used by the meta generator.
*/
'defaults' => [
'title' => 'EchoScoop: Bite-sized world news', // set false to total remove
'title' => 'FutureWalker: Daily AI & tech news', // set false to total remove
'titleBefore' => false, // Put defaults.title before page title, like 'It's Over 9000! - Dashboard'
'description' => 'Distilling world news into bite-sized scoops.', // set false to total remove
'description' => 'Stay updated with critical AI & tech news to build your future.', // set false to total remove
'separator' => ' - ',
'keywords' => [],
'canonical' => 'current', // Set to null or 'full' to use Url::full(), set to 'current' to use Url::current(), set false to total remove
@@ -39,12 +39,12 @@
* The default configurations to be used by the opengraph generator.
*/
'defaults' => [
'title' => 'EchoScoop: Bite-sized world news', // set false to total remove
'description' => 'Distilling world news into bite-sized scoops.', // set false to total remove
'title' => 'FutureWalker: Daily AI & tech news', // set false to total remove
'description' => 'Stay updated with critical AI & tech news to build your future.', // set false to total remove
'url' => false, // Set null for using Url::current(), set false to total remove
'type' => false,
'site_name' => false,
'images' => ['https://echoscoop.com/pwa/icon-512x512.png'],
//'images' => ['https://FutureWalker.com/pwa/icon-512x512.png'],
],
],
'twitter' => [
@@ -61,11 +61,11 @@
* The default configurations to be used by the json-ld generator.
*/
'defaults' => [
'title' => 'EchoScoop: Bite-sized world news', // set false to total remove
'description' => 'Distilling world news into bite-sized scoops.', // set false to total remove
'title' => 'FutureWalker: Daily AI & tech news', // set false to total remove
'description' => 'Stay updated with critical AI & tech news to build your future.', // set false to total remove
'url' => false, // Set to null or 'full' to use Url::full(), set to 'current' to use Url::current(), set false to total remove
'type' => 'WebPage',
'images' => ['https://echoscoop.com/pwa/icon-512x512.png'],
//'images' => ['https://FutureWalker.com/pwa/icon-512x512.png'],
],
],
];