PerlaTheDog/assets/config.php

18 lines
697 B
PHP

<?php
if (!defined('title')) define('title', 'Perla The Dog');
if (!defined('keywords')) define('keywords', 'PTD, Perla, Perla The Dog, Gov Perla');
if (!defined('permurl')) define('permurl', 'https://perlathedog.com');
// Should be https://cdn.perlathedog.com | for local development http://localhost:XYZ
if (!defined('cdnurl')) define('cdnurl', 'https://cdn.perlathedog.com');
if (!defined('copyright')) define('copyright', 'Sophia Atkinson. CC BY-NC 4.0');
if (!defined('email')) define('email', 'mailto:sophialul@protonmail.com');
if (!defined('ogimg')) define('ogimg', '/img/fulls/IMG_4255.webp');
if (!defined('mastodon')) define('mastodon', 'https://mstdn.social/@govperla');
?>