Auto-sync enabled

FlatlyPage

Version 1.0.0 • 54 files • 724.77 KB
data/settings.php
<?php
return array(
    'site_name' => 'FlatlyPage',
    'site_description' => 'Build amazing websites with ease',
    'logo_text' => 'FlatlyPage',
    'logo_image' => 'logos/example-logo.webp',
    'logo_url' => '',
    'favicon' => '',
    'primary_color' => '#ffffff',
    'website_font' => 'Inter',
    'nav_links' => array(
        array('label' => 'Features', 'url' => '#features'),
        array('label' => 'Pricing', 'url' => '#pricing'),
        array('label' => 'Docs', 'url' => '#'),
    ),
    'nav_buttons' => array(
        array('label' => 'Log in', 'url' => '#', 'style' => 'ghost'),
        array('label' => 'Get Started', 'url' => '#', 'style' => 'primary'),
    ),
    'footer' => array(
        'brand_description' => 'The zero-gravity CMS for your ideas.',
        'social_links' => array(
            array('platform' => 'twitter', 'url' => '#'),
            array('platform' => 'github', 'url' => '#'),
            array('platform' => 'linkedin', 'url' => '#'),
        ),
        'columns' => array(
            array(
                'title' => 'Product',
                'links' => array(
                    array('label' => 'Features', 'url' => '#features'),
                    array('label' => 'Pricing', 'url' => '#pricing'),
                    array('label' => 'Security', 'url' => '#'),
                ),
            ),
            array(
                'title' => 'Company',
                'links' => array(
                    array('label' => 'About', 'url' => '#'),
                    array('label' => 'Blog', 'url' => '#'),
                    array('label' => 'Careers', 'url' => '#'),
                ),
            ),
            array(
                'title' => 'Resources',
                'links' => array(
                    array('label' => 'Documentation', 'url' => '#'),
                    array('label' => 'API', 'url' => '#'),
                    array('label' => 'Support', 'url' => '#'),
                ),
            ),
            array(
                'title' => 'Legal',
                'links' => array(
                    array('label' => 'Privacy', 'url' => '#'),
                    array('label' => 'Terms', 'url' => '#'),
                ),
            ),
        ),
        'copyright' => '© ' . date('Y') . ' FlatlyPage. All rights reserved.',
        'bottom_links' => array(
            array('label' => 'Privacy Policy', 'url' => '#'),
            array('label' => 'Terms of Service', 'url' => '#'),
        ),
    ),
    'recent_pages_enabled' => false,
    'contact_page_enabled' => false,
    'contact_email' => '',
);