Files
astroplate/src/config/config.json
T
2024-07-31 12:59:07 +06:00

51 lines
1.1 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",
"default_language": "en",
"disable_languages": [],
"default_language_in_subdir": false
},
"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"
},
"disqus": {
"enable": true,
"shortname": "themefisher-template",
"settings": {}
},
"metadata": {
"meta_author": "zeon.studio",
"meta_image": "/images/og-image.png",
"meta_description": "astro and tailwind boilerplate"
}
}