20 lines
623 B
PHP
20 lines
623 B
PHP
|
<?php
|
||
|
return [
|
||
|
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||
|
'filename' => 'themes://learn2/learn2.yaml',
|
||
|
'modified' => 1582124783,
|
||
|
'data' => [
|
||
|
'enabled' => true,
|
||
|
'root_page' => NULL,
|
||
|
'top_level_version' => false,
|
||
|
'show_all_pages' => false,
|
||
|
'google_analytics_code' => NULL,
|
||
|
'home_url' => NULL,
|
||
|
'github' => [
|
||
|
'position' => 'top',
|
||
|
'tree' => 'https://github.com/getgrav/grav-skeleton-rtfm-site/blob/develop/',
|
||
|
'commits' => 'https://github.com/getgrav/grav-skeleton-rtfm-site/commits/develop/'
|
||
|
]
|
||
|
]
|
||
|
];
|