2024-02-05 00:52:19 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| Publishing Name
|
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
| The name of the blog that will be displayed to the world.
|
|
|
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
'publishing_name' => 'Jon\'s Words',
|
|
|
|
|
|
2024-08-04 19:07:03 +00:00
|
|
|
/*
|
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| Subheading
|
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
| The one sentence abbreviation of the blog that will display below the name
|
|
|
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
'subheading' => 'A blog with an as yet unclear direction.',
|
|
|
|
|
|
2024-02-05 00:52:19 +00:00
|
|
|
];
|