Files
astroplate/src/config/config.json
T
2025-11-04 12:48:44 +06:00

59 lines
1.4 KiB
JSON
Executable File

{
"site": {
"title": "Astroplate",
"base_url": "https://astroplate.netlify.app",
"base_path": "/",
"trailing_slash": false,
"favicon": "/images/favicon.png",
"logo": "/images/logo.png",
"logo_darkmode": "/images/logo-darkmode.png",
"logo_width": "150",
"logo_height": "30",
"logo_text": "Astroplate"
},
"settings": {
"search": true,
"sticky_header": true,
"theme_switcher": true,
"default_theme": "system",
"pagination": 2,
"summary_length": 200,
"blog_folder": "blog"
},
"announcement": {
"enable": true,
"content": "<span class='text-center block'>♥️ Loving Astroplate? <a class='underline' href='https://github.com/zeon-studio/astroplate' target='_blank' rel='noopener'>Please ⭐️ on Github</a></span>",
"expire_days": 7
},
"params": {
"contact_form_action": "#",
"copyright": "Designed And Developed by [Zeon Studio](https://zeon.studio)"
},
"navigation_button": {
"enable": true,
"label": "Get Started",
"link": "https://github.com/zeon-studio/astroplate"
},
"google_tag_manager": {
"enable": false,
"gtm_id": "GTM-XXXXXX"
},
"disqus": {
"enable": true,
"shortname": "themefisher-template",
"settings": {}
},
"metadata": {
"meta_author": "zeon.studio",
"meta_image": "/images/og-image.png",
"meta_description": "astro and tailwind boilerplate"
}
}