initialize project

This commit is contained in:
somrat sorkar
2023-04-17 12:50:29 +06:00
commit 8badd3f3e7
106 changed files with 4564 additions and 0 deletions
+47
View File
@@ -0,0 +1,47 @@
{
"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": "posts"
},
"params": {
"contact_form_action": "#",
"copyright": "Designed And Developed by [Zeon Studio](https://zeon.studio)"
},
"navigation_button": {
"enable": true,
"label": "Get Started",
"link": "#"
},
"disqus": {
"enable": true,
"shortname": "themefisher-template",
"settings": {}
},
"metadata": {
"meta_author": "zeon.studio",
"meta_image": "/images/og-image.png",
"meta_description": "astro and tailwind boilerplate"
}
}